.zoomPad{
	position:relative;
	float:left;
	z-index:99;
	cursor:crosshair;
}


.zoomPreload{
   -moz-opacity:0.8;
   opacity: 0.8;
   filter: alpha(opacity = 80);
   color: #333;
   font-size: 12px;
   font-family: Tahoma;
   text-decoration: none;
   border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
   text-align:center;
   background-image: url(../images/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
   z-index:110;
   width:90px;
   height:43px;
   position:absolute;
   top:0px;
   left:0px;
    * width:100px;
    * height:49px;
}


.zoomPup{
	overflow:hidden;
	background-color: #FFF;
	-moz-opacity:0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index:120;
	position:absolute;
	border:1px solid #CCC;
  z-index:101;
  cursor:crosshair;
}



.zoomOverlay{
	position:absolute;
	left:0px;
	top:0px;
	background:#FFF;
	/*opacity:0.5;*/
	z-index:5000;
	width:100%;
	height:100%;
	display:none;
  z-index:101;
}

.zoomWindow{
	position:absolute;
	left:110%;
	top:40px;
	background:#FFF;
	z-index:6000;
	height:auto;
  z-index:10000;
  z-index:110;
}
.zoomWrapper{
	position:relative;
	border:1px solid #999;
  z-index:110;
}
.zoomWrapperTitle{
	display:block;
	background:#999;
	color:#FFF;
	height:18px;
	line-height:18px;
	width:100%;
  overflow:hidden;
	text-align:center;
	font-size:10px;
  position:absolute;
  top:0px;
  left:0px;
  z-index:120;
  -moz-opacity:0.6;
  opacity: 0.6;
  filter: alpha(opacity = 60);
}
.zoomWrapperImage{
	display:block;
  position:relative;
  overflow:hidden;
  z-index:110;

}
.zoomWrapperImage img{
  border:0px;
  display:block;
  position:absolute;
  z-index:101;
}

.zoomIframe{
  z-index: -1;
  filter:alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position:absolute;
  display:block;
}

/*********************************************************
/ When clicking on thumbs jqzoom will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************/
#baguetteBox-overlay { display: none; opacity: 0; position: fixed; overflow: hidden; top: 0; left: 0; width: 100%; height: 100%; background-color: #222; background-color: rgba(0, 0, 0, 0.8); -webkit-transition: opacity .5s ease; -o-transition: opacity .5s ease; -moz-transition: opacity .5s ease; transition: opacity .5s ease; z-index: 99999999999999999999999999999999999999; }

#baguetteBox-overlay.visible { opacity: 1; }

#baguetteBox-overlay .full-image { display: inline-block; position: relative; width: 100%; height: 100%; text-align: center; }

#baguetteBox-overlay .full-image figure { display: inline; margin: 0; height: 100%; }

#baguetteBox-overlay .full-image img { display: inline-block; width: auto; height: auto; max-height: 100%; max-width: 100%; vertical-align: middle; -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

#baguetteBox-overlay .full-image figcaption { display: block; position: absolute; bottom: 0; width: 100%; text-align: center; line-height: 1.8; color: #ccc; background-color: #000; background-color: rgba(0, 0, 0, 0.6); font-family: Verdana, Geneva, sans-serif; }

#baguetteBox-overlay .full-image:before { content: ""; display: inline-block; height: 50%; width: 1px; margin-right: -1px; }

#baguetteBox-slider { position: absolute; left: 0; top: 0; height: 100%; width: 100%; white-space: nowrap; -webkit-transition: left .4s ease, -webkit-transform .4s ease; transition: left .4s ease, -webkit-transform .4s ease; -o-transition: left .4s ease, -o-transform .4s ease; -moz-transition: left .4s ease, transform .4s ease, -moz-transform .4s ease; transition: left .4s ease, transform .4s ease; transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease, -o-transform .4s ease; transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease; }

#baguetteBox-slider.bounce-from-right { -webkit-animation: bounceFromRight .4s ease-out; -moz-animation: bounceFromRight .4s ease-out; animation: bounceFromRight .4s ease-out; }

#baguetteBox-slider.bounce-from-left { -webkit-animation: bounceFromLeft .4s ease-out; -moz-animation: bounceFromLeft .4s ease-out; animation: bounceFromLeft .4s ease-out; }

.baguetteBox-button#next-button, .baguetteBox-button#previous-button { top: 50%; top: -webkit-calc(50% - 30px); top: -moz-calc(50% - 30px); top: calc(50% - 30px); width: 44px; height: 60px; }

.baguetteBox-button { position: absolute; cursor: pointer; outline: 0; padding: 0; margin: 0; border: 0; border-radius: 15%; background-color: #323232; background-color: rgba(50, 50, 50, 0.5); color: #ddd; font: 1.6em sans-serif; -webkit-transition: background-color .4s ease; -o-transition: background-color .4s ease; -moz-transition: background-color .4s ease; transition: background-color .4s ease; }

.baguetteBox-button:hover { background-color: rgba(50, 50, 50, 0.9); }

.baguetteBox-button#next-button { right: 2%; display: block !important; }

.baguetteBox-button#previous-button { left: 2%; display: block !important; }

.baguetteBox-button#close-button { top: 20px; right: 2%; right: -webkit-calc(2% + 6px); right: -moz-calc(2% + 6px); right: calc(2% + 6px); width: 30px; height: 30px; }

.baguetteBox-button svg { position: absolute; left: 0; top: 0; }

/*# sourceMappingURL=baguetteBox.css.map */

/* CSS Document */
* { margin: 0; padding: 0; }

html { font-size: 62.5%; }

body { color: #333; font-family: "微软雅黑"; font-size: 14px; font-size: 1.4rem; max-width: 1920px; margin: 0 auto; overflow-x: hidden; }

img { border: none; }

ul li { list-style-type: none; }

ul, form, p, a, img, table, tr, td, li, dd, dt, dl, span { margin: 0; padding: 0; list-style: none; }

a { text-decoration: none; color: #333; outline: none; transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; }

h1 { margin: 0; padding: 0; font-weight: normal; }

input, textarea { font-family: "微软雅黑"; font-size: 14px; font-size: 1.4rem; border: none; outline: none; }

img { max-width: 100%; border: 0px solid #ccc; }

embed, video { max-width: 100%; }

input, textarea { border: none; background: none; font-family: inherit; }

input[type="submit"], textarea[type="submit"] { cursor: pointer; }

input[type="checkbox"], textarea[type="checkbox"] { cursor: pointer; }

input[type="radio"], textarea[type="radio"] { cursor: pointer; }

input:focus, textarea:focus { outline: none; }

textarea { resize: none; }

.pull-left { float: left; }

.pull-right { float: right; }

.clear { clear: both; }

.fix { *zoom: 1; }

.fix:after, .fix:before { display: block; content: "clear"; height: 0; clear: both; overflow: hidden; visibility: hidden; }

/* html5 */
article, aside, dialog, footer, header, section, footer, nav, figure, menu { display: block; }

ul, form, p, a, img, table, tr, td, ul, li, dd, dt, dl, span, div { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

input, textarea { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

::-webkit-input-placeholder { color: #333; opacity: 1; }

/* WebKit browsers */
:-o-placeholder { color: #333; opacity: 1; }

/* Mozilla Firefox 4 to 18 */
::-moz-placeholder { color: #333; opacity: 1; }

/* Mozilla Firefox 19+ */
:-ms-input-placeholder { color: #333; opacity: 1; }

/* Internet Explorer 10+ */
.self-ellipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.self-ellipsis-2 { display: -webkit-box; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.self-ellipsis-3 { display: -webkit-box; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }

.self-ellipsis-4 { display: -webkit-box; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }

.relative { position: relative; }

.absolute { position: absolute; }

.common-vc { position: absolute; top: 50%; transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); }

.common-hc { position: absolute; left: 50%; transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); }

.common-center { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); }

.text-right { text-align: right; }

.text-left { text-align: left; }

.nlazy { min-width: 20%; }

/**/
.email { word-break: break-all; }

.scale-big img { -webkit-transition: all 350ms; -o-transition: all 350ms; -moz-transition: all 350ms; transition: all 350ms; }

.scale-big:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.scale-small img { -webkit-transition: all 350ms; -o-transition: all 350ms; -moz-transition: all 350ms; transition: all 350ms; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.scale-small:hover img { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

[class*="-item"] .item-pic, [class*="-item"] .item-pics { position: relative; display: block; text-align: center; overflow: hidden; }

[class*="-item"] .item-title { overflow: hidden; }

[class*="-item"] .item-title a { display: block; }

[class*="-item"] .item-title a:hover { color: #1976D2 !important; }

[class*="-item"] .item-subt { overflow: hidden; }

[class*="-item"] .item-subt a { display: block; }

[class*="-item"] .item-subt a:hover { color: #1976D2 !important; }

[class*="-item"] .item-desc { overflow: hidden; color: #666; }

[class*="-item"] .item-desc a { display: block; color: #666; }

[class*="-item"] .item-desc a:hover { color: #1976D2 !important; }

/* @media screen and (min-width:1420px) {.wp {width: 1410px;margin: auto;}}

@media screen and (min-width:1220px) and (max-width:1419px) {.wp {width: 1200px;margin: auto;}} */
.wp { width: 1200px; margin: auto; }

@media screen and (min-width: 1220px) { .wp { width: 1200px; margin: auto; } }

@media screen and (min-width: 1000px) and (max-width: 1219px) { .wp { width: 980px; margin: auto; } }

@media screen and (max-width: 999px) { .wp { width: 95%; margin: auto; } }

@media screen and (min-width: 1220px) { .no_marginr { margin-right: auto !important; }
  .no_marginl { margin-left: auto !important; } }

@media screen and (min-width: 1000px) and (max-width: 1219px) { .no_marginr { margin-right: auto !important; }
  .no_marginl { margin-left: auto !important; } }

.no_margin { margin-left: auto !important; }

/*-------------table start-------------------------------------------------------------------*/
.table table { width: 100%; border-collapse: collapse; line-height: 22px; border: 1px solid #ccc; }

.table table tr td { padding: 3px; border: 1px solid #ccc; }

@media screen and (max-width: 1000px) { .table { width: 100%; overflow: scroll; }
  .table table { width: 885px; } }

/*-------------table end---------------------------------------------------------------------*/
/*-------------proslide_menubtn start--------------------------------------------------------*/
.proslide_menubtn { display: none; width: 23px; height: 18px; position: absolute; top: 12px; right: 12px; cursor: pointer; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 9999; }

.proslide_menubtn span { display: block; width: 100%; height: 3px; margin-bottom: 3px; background-color: #FFFFFF; }

@media screen and (max-width: 767px) { .proslide_menubtn { display: block; } }

/*-------------proslide_menubtn end----------------------------------------------------------*/
/*-------------page-start--------------------------------------------------------------------*/
.page { text-align: center; overflow: hidden; }

.page a.no{color: #333 !important; background-color: #fff !important; border: solid 1px #e5e5e5 !important;}

.page a { display: inline-block; border: solid 1px #e5e5e5; background-color: #fff; color: #333; width: 36px; height: 30px; line-height: 28px; margin: 0 2px 10px; font-size: 12px; font-size: 1.2rem; }

.page a.prev, .page a.next { width: 61px; }

.prev.no:hover{color: #333 !important; background-color: #fff !important; border: solid 1px #e5e5e5 !important;}

.page a:hover, .page a.page-active { border-color: #FF8C00; background-color: #FF8C00; color: #FFFFFF; }

@media only screen and (max-width: 767px) { .page a { height: 28px; line-height: 26px; width: 28px; } }

.page .fl { float: left; display: inline-block; }

@media only screen and (max-width: 767px) { .page .fl { float: none; } }

.page .add-form { float: right; display: inline-block; background: url(../images/af-bg.png) no-repeat left center; padding-left: 24px; margin-left: 13px; font-size: 16px; font-size: 1.6rem; color: #4B4B4B; }

.page .add-form .add-btn { letter-spacing: 0.5px; margin-left: 6px; font-size: 14px; font-size: 1.4rem; padding: 0 15px; text-align: center; width: 170px; height: 32px; line-height: 30px; background-color: #1976D2; color: #FFFFFF; cursor: pointer; }

.page .add-form .add-btn:hover { background-color: #FF8C00; }

@media only screen and (max-width: 767px) { .page .add-form { float: none; margin-left: 0; font-size: 14px; font-size: 1.4rem; padding-left: 25px; }
  .page .add-form .add-btn { height: 28px; line-height: 26px; margin-left: 5px; } }

/*-------------page-end--------------------------------------------------------------------*/
/*-------------contact start---------------------------------------------------------------*/
.contact-pc { position: fixed; z-index: 999; right: 0; width: 50px; }

.contact-pc li { position: relative; width: 100%; height: 50px; border-radius: 0; margin-bottom: 3px; }

.contact-pc li a { display: block; height: 100%; width: 100%; text-align: center; line-height: 50px; cursor: pointer; }

.contact-pc li .iconfont { color: #fff; }

.contact-pc li .ewm { position: absolute; bottom: 0; left: 125px; max-width: 120px; width: 120px; height: 120px; }

.contact-pc li.ewm-box:hover .ewm { left: -125px; }

.c1 { background: #1976D2; }

.c1 .iconfont { font-size: 27px; font-size: 2.7rem; }

.c2 { background: #399BFD; }

.c2 .iconfont { font-size: 24px; font-size: 2.4rem; }

.c3 { background: #FF8C00; }

.c3 .iconfont { font-size: 22px; font-size: 2.2rem; }

.c4 { background: #FF4800; }

.c4 .iconfont { font-size: 26px; font-size: 2.6rem; }

.c5 { background: #1976D2; }

.c5 .iconfont { font-size: 26px; font-size: 2.6rem; }

.contact-phone { position: fixed; bottom: 0; height: 50px; left: 0; right: 0; display: none; z-index: 999; }

.contact-phone li { width: 25%; height: 100%; float: left; position: relative; }

.contact-phone li a { display: block; height: 100%; width: 100%; text-align: center; line-height: 50px; cursor: pointer; }

.contact-phone li .iconfont { color: #fff; }

.contact-phone li .ewm { position: absolute; bottom: 50px; /*right: 20%; margin-right: -60px;*/ left: 0; display: none; max-width: 120px; width: 120px; height: 120px; }

@media only screen and (max-width: 767px) { .contact-pc { display: none; }
  .contact-phone { display: block; }
  body { padding-bottom: 50px; } }

/*back-top*/
.back-top { position: fixed; right: 40px; bottom: -100px; -webkit-transition: 1s; -o-transition: 1s; -moz-transition: 1s; transition: 1s; cursor: pointer; z-index: 998; border-radius: 50%; width: 43px; height: 43px; background-color: #1976D2; line-height: 43px; text-align: center; color: #fff; }

.back-top .iconfont { font-size: 18px; font-size: 1.8rem; }

@media only screen and (max-width: 767px) { .back-top { display: none; } }

/*-------------contact end-----------------------------------------------------------------*/
/*-------------pro-share start-------------------------------------------------------------*/
.pro-share { font-size: 0; letter-spacing: 0; }

.pro-share .share-title { margin-right: 8px; display: inline-block; *display: inline; *zoom: 1; line-height: 26px; font-size: 14px; font-size: 1.4rem; color: #555; }

.pro-share .share-pic { display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; height: 26px; }

/*-------------pro-share end---------------------------------------------------------------*/
/*-------------m-oths----------------------------------------------------------------------*/
.m-oths { padding-top: 23px; font-size: 16px; font-size: 1.6rem; color: #1976D2; }

.m-oths a { color: #333; }

.m-oths a:hover { color: #1976D2; }

.m-oths .oths-item { line-height: 26px; margin-bottom: 9px; }

.m-oths .item-btn { min-width: 94px; padding: 0 10px; height: 26px; line-height: 26px; border-radius: 13px; background-color: #1976D2; color: #fff; display: inline-block; text-align: center; margin-right: 5px; }

@media screen and (max-width: 767px) { .m-oths { padding-top: 20px; font-size: 14px; font-size: 1.4rem; } }

/*-------------bread start-----------------------------------------------------------------*/
.page_banner img { display: block; }

.bread { background-color: #F9F9F9; border-radius: 0 0 5px 5px; line-height: 24px; padding: 8px 12px 10px; overflow: hidden; }

.bread, .bread a { color: #999; }

.bread a:hover, .bread .bread-active { color: #1976D2; }

@media screen and (max-width: 767px) { .bread { font-size: 14px; font-size: 1.4rem; padding: 8px; } }

/*-------------bread end-------------------------------------------------------------------*/
.search-box ::-webkit-input-placeholder { color: #fff; opacity: 1; }

/* WebKit browsers */
.search-box :-o-placeholder { color: #fff; opacity: 1; }

/* Mozilla Firefox 4 to 18 */
.search-box ::-moz-placeholder { color: #fff; opacity: 1; }

/* Mozilla Firefox 19+ */
.search-box :-ms-input-placeholder { color: #fff; opacity: 1; }

/* Internet Explorer 10+ */
.search { position: relative; }

.search .search-icon { cursor: pointer; display: none; }

.search .search-icon .iconfont { font-size: 20px; font-size: 2rem; color: #333; }

.search .search-box { overflow: hidden; position: relative; width: 245px; height: 28px; border: solid 1px #fff; border: solid 1px rgba(255, 255, 255, 0.5); border-radius: 14px; cursor: pointer; }

@media screen and (max-width: 767px) { .search .search-box { width: 180px; } }

.search .search-box .iconfont { font-size: 15px; font-size: 1.5rem; color: #fff; position: absolute; width: 28px; height: 28px; line-height: 28px; text-align: left; right: 0; top: 50%; margin-top: -14px; }

.search .search-input { position: absolute; top: 0; left: 0; width: 100%; height: 100%; line-height: 26px; padding: 0 30px 0 23px; color: #fff; }

@media screen and (max-width: 767px) { .search .search-input { padding-left: 10px; } }

.search .search-submit { position: absolute; width: 28px; height: 100%; top: 0px; right: 0px; cursor: pointer; z-index: 1; }

/*-------------header start----------------------------------------------------------------*/
.header { position: absolute; top: 30px; left: 0; width: 100%; z-index: 999; }

@media screen and (max-width: 1419px) { .header { position: relative; top: auto; }
  .header.index-header { position: absolute; top: 30px; left: 0; width: 100%; } }

@media screen and (max-width: 999px) { .header { position: relative; top: auto; }
  .header.index-header { position: relative; top: auto; } }

.header .wp { border-radius: 0 0 5px 5px; background-color: #fff; position: relative; padding-left: 352px; }

@media screen and (max-width: 999px) { .header .wp { padding: 0; width: 100%; } }

.header .h-top { border-radius: 0 0 5px 5px; background-color: #1976D2; padding: 5px 24px 5px 18px; line-height: 28px; }

.header .h-top, .header .h-top a { color: #fff; }

.header .h-top .langbox { margin-left: 14px; position: relative; }

.header .h-top .langbox .box-title { color: #fff; cursor: pointer; height: 28px; line-height: 28px; background: url(../images/lang1.png) no-repeat right center; padding-right: 11px; font-family: Verdana, Geneva, Tahoma, sans-serif; }

.header .h-top .langbox .box-title .iconfont { font-size: 19px; font-size: 1.9rem; color: #fff; vertical-align: middle; margin-right: 7px; }

.header .h-top .langbox .lang-item { display: none; position: absolute; z-index: 99; top: 100%; width: 100%; background-color: #eee; padding: 5px; }

.header .h-top .langbox .lang-item a { display: block; text-align: center; line-height: 26px; color: #666; font-size: 12px; font-size: 1.2rem; }

.header .h-top .langbox .lang-item a:hover { color: #1976D2; }

.header .h-top .h-follow { font-size: 0; letter-spacing: 0; padding-top: 3px; }

.header .h-top .h-follow a { display: inline-block; vertical-align: top; margin-right: 6px; }

.header .h-top .h-follow a:hover { margin-top: -5px; margin-bottom: 5px; }

.header .h-top .h-follow .iconfont { font-size: 21px; font-size: 2.1rem; color: #fff; display: block; }

@media screen and (max-width: 767px) { .header .h-top { padding: 3px 40px 3px 5px; }
  .header .h-top .h-follow { display: none; }
  .header .h-top .langbox { margin-left: 5px; }
  .header .h-top .langbox .box-title .iconfont { font-size: 16px; font-size: 1.6rem; margin-right: 5px; } }

.header .logo { display: block; position: absolute; left: 16px; top: 12px; width: 327px; }

@media screen and (max-width: 999px) { .header .logo { position: relative; top: auto; left: auto; margin: 20px auto; width: 300px; } }

@media screen and (max-width: 767px) { .header .logo { width: 250px; } }

.header .navlist { float: right; padding: 19px 40px  0 0; }

.header .navlist > li { position: relative; float: left; margin-left: 35px; padding-bottom: 22px; }

.header .navlist > li:first-child { margin-left: 0; }

.header .navlist > li > a { font-size: 18px; font-size: 1.8rem; text-transform: capitalize; display: block; position: relative; line-height: 26px; color: #212121; padding-left: 22px;}

.header .navlist > li.nav-active > a, .header .navlist > li:hover > a { color: #1976D2; }

@media screen and (max-width: 1219px) { .header .navlist { padding: 19px 15px 0 0; margin: 0; }
  .header .navlist > li { margin-left: 12px; }  .header .navlist > li > a{padding-left: 18px;}}

@media screen and (max-width: 999px) { .header .navlist { width: 100%; padding: 0; }
  .header .navlist > li { width: 14.28%; margin: 0; }
  .header .navlist > li > a { font-size: 16px; font-size: 1.6rem; text-align: center; } }

@media screen and (max-width: 850px) { .header .navlist > li > a { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .header .navlist { display: none; } }

.header .navlist li:hover .yiji { top: 100%; }

.header .yiji { z-index: 999; position: absolute; top: -9999px; width: 125px; left: 240%; margin-left: -130px; background-color: #1976D2; background-color: rgba(25, 118, 210, 0.8); padding: 17px 0 20px; }

.header .yiji li { position: relative; text-align: left; }

.header .yiji li > a { font-size: 14px; font-size: 1.4rem; display: block; line-height: 30px; padding: 3px 0px 3px 10px; color: #fff; position: relative; }

.header .yiji li > a i { display: inline-block; background: url(../images/web5.png) no-repeat center; margin-left: 3px; height: 8px; width: 8px; visibility: hidden; }

.header .yiji li:hover > a > i { visibility: visible; }

.header .yiji li:hover .erjibox { left: 100%; }

@media screen and (max-width: 980px) { .header .yiji { display: none; } }

.header .erji li:hover .sanjibox { left: 100%; }

.header .erjibox, .header .sanjibox { position: absolute; left: -9999px; top:-16px; border-left: solid 10px transparent; width: 100px; }

.header .erjibox li > a, .header .sanjibox li > a { padding-left: 20px; padding-right: 10px; padding-top: 2px; padding-bottom: 3px; }

.header .erjibox li > a:hover, .header .sanjibox li > a:hover { color: #000; }

.header .erji, .header .sanji { background-color: #1976D2; background-color: rgba(25, 118, 210, 0.8); padding: 18px 0 20px; }

/* 767 navlist1 */
.navlist1 { display: none; width: 100%; }

.navlist1 > li { float: left; width: 25%; text-align: center; padding-bottom: 5px; }

.navlist1 > li > a { text-transform: capitalize; display: block; position: relative; line-height: 30px; }

.navlist1 > li.nav-active > a, .navlist1 > li:hover > a { color: #1976D2; }

@media screen and (max-width: 767px) { .navlist1 { display: block; } }

/*-------------header end------------------------------------------------------------------*/
/*-------------footer start----------------------------------------------------------------*/
.footer ::-webkit-input-placeholder { color: #999; opacity: 1; }

/* WebKit browsers */
.footer :-o-placeholder { color: #999; opacity: 1; }

/* Mozilla Firefox 4 to 18 */
.footer ::-moz-placeholder { color: #999; opacity: 1; }

/* Mozilla Firefox 19+ */
.footer :-ms-input-placeholder { color: #999; opacity: 1; }

/* Internet Explorer 10+ */
.footer { overflow: hidden; background-color: #222222; }

.footer, .footer a { color: #D9D6D6; }

.footer a:hover { color: #1976D2; }

.footer .f-top { padding: 46px 0 22px; line-height: 30px; }

.footer .f-top .footer-title { font-weight: bold; font-size: 24px; font-size: 2.4rem; text-transform: uppercase; margin: 0 0 19px; letter-spacing: 1px; position: relative; }

.footer .f-top .footer-title, .footer .f-top .footer-title a { color: #fff; }

.footer .f-top .footer-title a:hover { color: #1976D2; }

.footer .f-top .flist1 { width: 325px; padding-right: 15px; }

.footer .f-top .flist1 li { background: url(../images/bg4.png) no-repeat left 11px; padding-left: 15px; }

.footer .f-top .flist2 { width: 380px; padding-right: 15px; }

.footer .f-top .flist2 li .item-body { overflow: hidden; }

.footer .f-top .flist2 li .iconfont { font-size: 14px; font-size: 1.4rem; margin-right: 10px; color: #1976D2; }

.footer .f-top .flist3 { width: 420px; }

.footer .f-top .copyright img { margin-left: 5px; }

.footer .f-top .f-follow { padding: 13px 0 19px; }

.footer .f-top .f-follow a { float: left; margin-left: 34px; display: block; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.footer .f-top .f-follow a:first-child { margin-left: 0; }

.footer .f-top .f-follow a:hover { margin-top: -5px; margin-bottom: 5px; text-decoration: none; }

.footer .f-top .f-follow .iconfont { display: block; font-size: 35px; font-size: 3.5rem; color: #fff; }

.footer .f-top .keywords { margin-top: 19px; letter-spacing: 0.2px; }

@media screen and (max-width: 1219px) { .footer .f-top .flist1 { width: 200px; }
  .footer .f-top .flist2 { width: 360px; } }

@media screen and (max-width: 999px) { .footer .f-top .flist1 { width: 25%; padding-right: 10px; }
  .footer .f-top .flist2 { width: 40%; padding-right: 10px; }
  .footer .f-top .flist3 { width: 35%; }
  .footer .f-top .f-follow a { margin-left: 10px; }
  .footer .f-top .f-follow .iconfont { font-size: 30px; font-size: 3rem; } }

@media screen and (max-width: 767px) { .footer .f-top { padding: 15px 0; }
  .footer .f-top .flist1, .footer .f-top .flist2, .footer .f-top .footer-title, .footer .f-top .keywords { display: none; }
  .footer .f-top .flist3 { width: 100%; }
  .footer .f-top .f-follow { padding: 0 0 10px; }
  .footer .f-top .f-follow a { margin-left: 10px; }
  .footer .f-top .copyright { line-height: 24px; } }

.footer .f-bot { background-color: #1976D2; }

@media screen and (max-width: 767px) { .footer .f-bot { display: none; } }

.footer .links { line-height: 24px; padding: 4px 0 10px; }

.footer .links a { display: inline-block; margin-right: 30px; }

.footer .links a:hover { color: #000; }

/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
/* index-about start */
.index-about { padding: 78px 0 44px; position: relative; background: url(../images/bg5.png) no-repeat center; background-size: contain; }

@media screen and (max-width: 999px) { .index-about { padding: 50px 0 44px; } }

@media screen and (max-width: 767px) { .index-about { padding: 30px 0; } }

.index-about .box-item { box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.11); border-radius: 0px 0px 5px 5px; padding: 35px 0; background-color: #fff; position: relative; }

@media screen and (max-width: 640px) { .index-about .box-item { padding: 30px 2.5%; } }

.index-about .indexabout-scroll { position: relative; width: 40%; margin-right: 6.66667%; margin-left: 5%; float: right;z-index: 999; }

@media screen and (max-width: 1219px) { .index-about .indexabout-scroll { margin-right: 4.16667%; margin-left: 2.5%; } }

@media screen and (max-width: 999px) { .index-about .indexabout-scroll { margin-right: 2.5%; } }

@media screen and (max-width: 640px) { .index-about .indexabout-scroll { float: none; margin: 0 auto 30px; max-width: 480px; width: 100%; } }

.index-about .indexabout-scroll .scroll-btns { font-size: 0; letter-spacing: 0; text-align: center; position: absolute; left: 0; bottom: 1px; width: 100%; }

.index-about .indexabout-scroll .scroll-btns .scroll-btn { display: inline-block; vertical-align: top; cursor: pointer; width: 66px; height: 30px; line-height: 30px; background-color: #000; background-color: rgba(0, 0, 0, 0.5); color: #fff; }

.index-about .indexabout-scroll .scroll-btns .scroll-btn .iconfont { font-size: 17px; font-size: 1.7rem; }

.index-about .indexabout-scroll .scroll-btns .scroll-btn:hover { background-color: #1976D2; }

.index-about .indexabout-scroll .scroll-btns .scroll-btn.prev { margin-right: 1px; }

.index-about .indexabout-scroll .scroll-list-box { width: 100%; overflow: hidden; }

.index-about .indexabout-scroll .scroll-list { width: 10000%; }

.index-about .indexabout-scroll .scroll-list .list-item { float: left; width: 1%; }

.index-about .indexabout-scroll .scroll-list .item-pic { width: 100%; }

.index-about .indexabout-scroll .scroll-list .item-pic img { display: block; margin: 0 auto; max-width: 480px; width: 100%; }

.index-about .item-body { padding: 0 7.83333%; }

@media screen and (max-width: 1219px) { .index-about .item-body { padding: 0 4.16667%; } }

@media screen and (max-width: 999px) { .index-about .item-body { padding: 0 2.5%; } }

@media screen and (max-width: 640px) { .index-about .item-body { padding: 0; } }

.index-about .item-body .item-title { margin-top: 53px; font-weight: bold; font-size: 48px; font-size: 4.8rem; padding-bottom: 31px; position: relative; }

.index-about .item-body .item-title:before { position: absolute; content: ''; height: 4px; width: 260px; background-color: #1976D2; left: 0; bottom: 0; }

.index-about .item-body .item-title, .index-about .item-body .item-title a { color: #212121; }

@media screen and (max-width: 1219px) { .index-about .item-body .item-title { font-size: 36px; font-size: 3.6rem; margin-top: 0; padding-bottom: 20px; }
  .index-about .item-body .item-title:before { width: 200px; } }

@media screen and (max-width: 999px) { .index-about .item-body .item-title { font-size: 30px; font-size: 3rem; padding-bottom: 10px; }
  .index-about .item-body .item-title:before { width: 150px; } }

@media screen and (max-width: 767px) { .index-about .item-body .item-title { font-size: 24px; font-size: 2.4rem; }
  .index-about .item-body .item-title:before { width: 130px; } }

.index-about .item-body .item-desc { margin-top: 48px; overflow: visible; font-size: 16px; font-size: 1.6rem; line-height: 28px; text-indent: 2em;}

.index-about .item-body .item-desc, .index-about .item-body .item-desc a { color: #212121; }

@media screen and (max-width: 999px) { .index-about .item-body .item-desc { margin-top: 20px; font-size: 14px; font-size: 1.4rem; line-height: 26px; } }

@media screen and (max-width: 767px) { .index-about .item-body .item-desc { line-height: 24px; } }

.index-about .item-body .item-btn { margin-top: 64px; display: inline-block; min-width: 131px; height: 40px; line-height: 40px; background: #1976D2 url(../images/btn1.png) no-repeat right center; background-size: auto 100%; border-radius: 0 0 5px 5px; padding-right: 42px; padding-left: 5px; text-align: center; font-size: 16px; font-size: 1.6rem; font-family: "Impact"; color: #fff; text-transform: uppercase; }

.index-about .item-body .item-btn:hover { background: #FF8C00 url(../images/btn2.png) no-repeat right center; }

@media screen and (max-width: 999px) { .index-about .item-body .item-btn { margin-top: 30px; } }

@media screen and (max-width: 767px) { .index-about .item-body .item-btn { margin-top: 20px; font-size: 14px; font-size: 1.4rem; } }

/* index-about end */
/* index-cate start */
.index-cate { position: relative; background: url(../images/bg1.png) no-repeat top center; background-size: cover; padding: 123px 0 22px; }

@media screen and (max-width: 1219px) { .index-cate { padding: 80px 0 22px; } }

@media screen and (max-width: 767px) { .index-cate { padding: 30px 0; background-image: none; background-color: #000; } }

.index-cate .cate-scroll { position: relative; width: 1490px; margin: auto; }

@media screen and (min-width: 1520px) { .index-cate .cate-scroll { width: 1490px; margin: auto; } }

@media screen and (min-width: 1220px) and (max-width: 1519px) { .index-cate .cate-scroll { width: 1200px; margin: auto; } }

@media screen and (min-width: 1000px) and (max-width: 1219px) { .index-cate .cate-scroll { width: 980px; margin: auto; } }

@media screen and (max-width: 999px) { .index-cate .cate-scroll { width: 95%; margin: auto; } }

@media screen and (max-width: 767px) { .index-cate .cate-scroll { padding-bottom: 60px; } }

.index-cate .cate-scroll .scroll-btns { font-size: 0; letter-spacing: 0; text-align: center; position: absolute; left: 0; bottom: 104px; width: 100%; }

.index-cate .cate-scroll .scroll-btns .scroll-btn { display: inline-block; vertical-align: top; cursor: pointer; width: 66px; height: 30px; line-height: 30px; background-color: #FF8C00; color: #fff; }

.index-cate .cate-scroll .scroll-btns .scroll-btn .iconfont { font-size: 17px; font-size: 1.7rem; }

.index-cate .cate-scroll .scroll-btns .scroll-btn:hover { background-color: #1976D2; }

.index-cate .cate-scroll .scroll-btns .scroll-btn.prev { margin-right: 1px; }

@media screen and (max-width: 1519px) { .index-cate .cate-scroll .scroll-btns { bottom: 30px; } }

@media screen and (max-width: 999px) { .index-cate .cate-scroll .scroll-btns { bottom: 10px; } }

@media screen and (max-width: 767px) { .index-cate .cate-scroll .scroll-btns { bottom: 0; } }

.index-cate .cate-scroll .scroll-list-box { width: 100%; overflow: hidden; }

.index-cate .cate-scroll .scroll-list { width: 10000%; }

.index-cate .cate-scroll .scroll-list .list-item { float: left; width: 1%; }

.index-cate .cate-scroll .scroll-list .item-pic { width: 52.08054%; margin-right: 3.02013%; }

.index-cate .cate-scroll .scroll-list .item-pic img { display: block; margin: 0 auto; max-width: 776px; width: 100%; }

@media screen and (max-width: 767px) { .index-cate .cate-scroll .scroll-list .item-pic { float: none; margin: 0 auto; max-width: 776px; width: 100%; } }

.index-cate .cate-scroll .scroll-list .item-body { overflow: hidden; }

.index-cate .cate-scroll .scroll-list .item-title { margin-top: 110px; font-size: 36px; font-size: 3.6rem; font-weight: bold; }

.index-cate .cate-scroll .scroll-list .item-title, .index-cate .cate-scroll .scroll-list .item-title a { color: #fff; }

@media screen and (max-width: 1219px) { .index-cate .cate-scroll .scroll-list .item-title { margin-top: 50px; font-size: 30px; font-size: 3rem; } }

@media screen and (max-width: 999px) { .index-cate .cate-scroll .scroll-list .item-title { margin-top: 20px; font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 767px) { .index-cate .cate-scroll .scroll-list .item-title { margin-top: 0; font-size: 20px; font-size: 2rem; } }

.index-cate .cate-scroll .scroll-list .item-desc { max-width: 500px; margin-top: 23px; font-size: 16px; font-size: 1.6rem; line-height: 28px; height: 140px; text-indent: 2em;}

.index-cate .cate-scroll .scroll-list .item-desc, .index-cate .cate-scroll .scroll-list .item-desc a { color: #fff; }

@media screen and (max-width: 999px) { .index-cate .cate-scroll .scroll-list .item-desc { margin-top: 15px; font-size: 14px; font-size: 1.4rem; line-height: 24px; max-height: 120px; height: auto; } }

@media screen and (max-width: 767px) { .index-cate .cate-scroll .scroll-list .item-desc { max-width: 100%; } }

/* index-cate end */
/* index-title start */
.index-title { font-family: "Impact"; font-size: 48px; font-size: 4.8rem; text-align: center; text-transform: capitalize; font-style: italic; background: url(../images/bg6.png) no-repeat bottom center; padding-bottom: 20px; }

.index-title, .index-title a { color: #212121; }

.index-title a:hover { color: #1976D2; }

@media screen and (max-width: 1219px) { .index-title { font-size: 36px; font-size: 3.6rem; } }

@media screen and (max-width: 999px) { .index-title { font-size: 30px; font-size: 3rem; } }

@media screen and (max-width: 767px) { .index-title { font-size: 24px; font-size: 2.4rem; } }

/* index-title end */
/* index-hotpro start */
.index-hotpro { background: url(../images/bg2.jpg) no-repeat top center; background-size: cover; margin-top: -104px; padding-top: 170px; padding-bottom: 58px; }

@media screen and (max-width: 999px) { .index-hotpro { margin-top: 0; padding: 50px 0; } }

@media screen and (max-width: 767px) { .index-hotpro { padding: 30px 0; } }

.index-hotpro .box-list { font-size: 0; letter-spacing: 0; padding-top: 57px; }

@media screen and (max-width: 999px) { .index-hotpro .box-list { padding-top: 40px; } }

@media screen and (max-width: 767px) { .index-hotpro .box-list { padding-top: 20px; } }

.index-hotpro .box-list .list-item { display: inline-block; vertical-align: top; width: 32.5%; margin-left: 1.25%; margin-bottom: 22px; overflow: hidden; border-radius: 20px 0 0 0; position: relative; }

@media screen and (max-width: 999px) { .index-hotpro .box-list .list-item { width: 31.33%; margin: 20px 1% 0; } }

@media screen and (max-width: 640px) { .index-hotpro .box-list .list-item { width: 48%; } }

@media screen and (max-width: 400px) { .index-hotpro .box-list .list-item { width: 98%; } }

.index-hotpro .box-list .item-pic img { display: block; margin: 0 auto; max-width: 390px; width: 100%; }

.index-hotpro .box-list .item-body { position: absolute; bottom: 0; left: 0; width: 100%; background-color: #1976D2; background-color: rgba(25, 118, 210, 0.8); padding-left: 7.17949%; padding-right: 7.17949%; padding-top: 40px; padding-bottom: 32px; }

.index-hotpro .box-list .item-body, .index-hotpro .box-list .item-body a { color: #fff; }

.index-hotpro .box-list .item-body a:hover { color: #000 !important; }

.index-hotpro .box-list .item-body:hover .item-desc { height: 84px; margin-top: 12px; margin-bottom: 4px; }

@media screen and (max-width: 1219px) { .index-hotpro .box-list .item-body { padding-top: 15px; padding-bottom: 15px; } }

@media screen and (max-width: 999px) { .index-hotpro .box-list .item-body { padding-top: 10px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; position: relative; } }

.index-hotpro .box-list .item-title { font-size: 24px; font-size: 2.4rem; text-align: center; }

@media screen and (max-width: 1219px) { .index-hotpro .box-list .item-title { font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 999px) { .index-hotpro .box-list .item-title { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 767px) { .index-hotpro .box-list .item-title { font-size: 16px; font-size: 1.6rem; } }

.index-hotpro .box-list .item-desc { margin-top: 0; margin-bottom: 0; font-size: 16px; font-size: 1.6rem; line-height: 28px; height: 0; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

@media screen and (max-width: 999px) { .index-hotpro .box-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; height: 72px !important; margin-top: 5px !important; margin-bottom: 0 !important; } }

@media screen and (max-width: 767px) { .index-hotpro .box-list .item-desc { line-height: 20px; height: 60px !important; } }

/* index-hotpro end */
/* index-case start */
.index-case { background: url(../images/bg3.jpg) no-repeat top center; padding: 74px 0; position: relative; }

.index-case:before { position: absolute; content: ''; width: 54.89583%; height: 14.91841%; background-color: #1976D2; left: 0; bottom: 31.58508%; }

@media screen and (max-width: 999px) { .index-case { padding: 50px 0; background-size: cover; }
  .index-case:before { display: none; } }

@media screen and (max-width: 767px) { .index-case { padding: 30px 0; } }

.index-case .index-title { background: url(../images/bg7.png) no-repeat bottom center; }

.index-case .index-title, .index-case .index-title a { color: #fff; }

.index-case .case-scroll { position: relative; }

.index-case .case-scroll .scroll-btns { font-size: 0; letter-spacing: 0; text-align: right; margin-top: 37px; margin-bottom: 10px; }

@media screen and (max-width: 767px) { .index-case .case-scroll .scroll-btns { margin-top: 20px; } }

.index-case .case-scroll .scroll-btns .scroll-btn { display: inline-block; vertical-align: top; cursor: pointer; }

.index-case .case-scroll .scroll-btns .scroll-btn .iconfont { display: block; width: 40px; height: 40px; line-height: 40px; text-align: center; font-size: 24px; font-size: 2.4rem; background-color: #FF8C00; color: #fff; }

.index-case .case-scroll .scroll-btns .scroll-btn .iconfont:hover { background-color: #1976D2; }

.index-case .case-scroll .scroll-btns .scroll-btn.prev { margin-right: 5px; }

@media screen and (max-width: 767px) { .index-case .case-scroll .scroll-btns .scroll-btn .iconfont { width: 30px; height: 30px; line-height: 30px; font-size: 20px; font-size: 2rem; } }

.index-case .case-scroll .scroll-list-box { width: 100%; overflow: hidden; }

.index-case .case-scroll .scroll-list { width: 10000%; }

.index-case .case-scroll .scroll-list li { float: left; width: 0.325%; margin-right: 0.0125%; overflow: hidden; border-radius: 20px 0 0 0; }

@media screen and (max-width: 767px) { .index-case .case-scroll .scroll-list li { width: 0.49%; margin-right: 0.02%; } }

@media screen and (max-width: 400px) { .index-case .case-scroll .scroll-list li { width: 1%; margin-right: 0; } }

.index-case .case-scroll .scroll-list li.item2 .item-body { border-color: #FF8C00; }

.index-case .case-scroll .scroll-list .item-pic { overflow: hidden; border-radius: 20px 0 0 0; position: relative; }

.index-case .case-scroll .scroll-list .item-pic img { display: block; width: 100%; max-width: 400px; margin: 0 auto; }

.index-case .case-scroll .scroll-list .item-pic:hover .item-backdrop { top: 0; }

.index-case .case-scroll .scroll-list .item-backdrop { background-color: #272621; background-color: rgba(39, 38, 33, 0.6); position: absolute; top: 999px; bottom: 0; left: 0; width: 100%; }

.index-case .case-scroll .scroll-list .item-backdrop .iconfont { font-size: 48px; font-size: 4.8rem; color: #fff; position: absolute; top: 50%; left: 50%; margin: -24px 0 0 -24px; }

@media screen and (max-width: 999px) { .index-case .case-scroll .scroll-list .item-backdrop { display: none; } }

.index-case .case-scroll .scroll-list .item-body { border-bottom: solid 10px #212121; padding-top: 72px; padding-bottom: 30px; }

@media screen and (max-width: 1219px) { .index-case .case-scroll .scroll-list .item-body { padding: 30px 0; } }

@media screen and (max-width: 999px) { .index-case .case-scroll .scroll-list .item-body { border-bottom: solid 10px #fff; padding: 15px 0 20px; } }

@media screen and (max-width: 767px) { .index-case .case-scroll .scroll-list .item-body { border-bottom-width: 5px; } }

.index-case .case-scroll .scroll-list .item-title { font-weight: bold; font-size: 24px; font-size: 2.4rem; }

.index-case .case-scroll .scroll-list .item-title, .index-case .case-scroll .scroll-list .item-title a { color: #1F1E19;font-size: 20px; }

@media screen and (max-width: 1219px) { .index-case .case-scroll .scroll-list .item-title { font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 999px) { .index-case .case-scroll .scroll-list .item-title { font-size: 18px; font-size: 1.8rem; }
  .index-case .case-scroll .scroll-list .item-title, .index-case .case-scroll .scroll-list .item-title a { color: #fff; } }

@media screen and (max-width: 767px) { .index-case .case-scroll .scroll-list .item-title { font-size: 16px; font-size: 1.6rem; } }

.index-case .case-scroll .scroll-list .item-desc { margin-top: 16px; font-size: 18px; font-size: 1.8rem; line-height: 30px; height: 96px; text-indent: 2em;}

.index-case .case-scroll .scroll-list .item-desc, .index-case .case-scroll .scroll-list .item-desc a { color: #272621; }

@media screen and (max-width: 1219px) { .index-case .case-scroll .scroll-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 26px; height: 78px; } }

@media screen and (max-width: 999px) { .index-case .case-scroll .scroll-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; height: 72px; margin-top: 10px; }
  .index-case .case-scroll .scroll-list .item-desc, .index-case .case-scroll .scroll-list .item-desc a { color: #fff; } }

@media screen and (max-width: 767px) { .index-case .case-scroll .scroll-list .item-desc { line-height: 20px; height: 60px; } }

/* index-case end */
/* index-news start */
.index-news { padding-bottom: 86px; }

@media screen and (max-width: 1219px) { .index-news { padding-bottom: 70px; } }

@media screen and (max-width: 999px) { .index-news { padding-bottom: 50px; padding-top: 50px; } }

@media screen and (max-width: 767px) { .index-news { padding-bottom: 30px; padding-top: 30px; } }

.index-news .index-newsbox { margin-top: 40px; }

@media screen and (max-width: 767px) { .index-news .index-newsbox { margin-top: 30px; } }

.index-news .index-newsbox .item-left { position: relative; width: 511px; margin-right: 1.5%; }

.index-news .index-newsbox .item-left .item-pic { width: 100%; }

.index-news .index-newsbox .item-left .item-body { position: absolute; left: 0; bottom: 0; width: 100%; background-color: #333; background-color: rgba(51, 51, 51, 0.7); }

.index-news .index-newsbox .item-left .item-box { padding-top: 5px; }

@media screen and (max-width: 1219px) { .index-news .index-newsbox .item-left { width: 450px; } }

@media screen and (max-width: 999px) { .index-news .index-newsbox .item-left { float: none; width: 100%; max-width: 511px; margin: 0 auto 30px; }
  .index-news .index-newsbox .item-left .item-box { padding-bottom: 10px; } }

@media screen and (max-width: 550px) { .index-news .index-newsbox .item-left .item-body { position: relative; } }

.index-news .index-newsbox .item-right { overflow: hidden; }

.index-news .index-newsbox .item-right .item-pic { width: 155px; }

.index-news .index-newsbox .item-right .list-item { background-color: #F9F9F9; margin-bottom: 14px; position: relative; }

.index-news .index-newsbox .item-right .item-title { font-weight: normal; }

.index-news .index-newsbox .item-right .item-title, .index-news .index-newsbox .item-right .item-title a { color: #1976D2; }

.index-news .index-newsbox .item-right .item-date2 { color: #333; }

.index-news .index-newsbox .item-right .item-desc { line-height: 24px; height: 48px; }

.index-news .index-newsbox .item-right .item-desc, .index-news .index-newsbox .item-right .item-desc a { color: #333; }

@media screen and (max-width: 1219px) { .index-news .index-newsbox .item-right .list-item { margin-bottom: 10px; }
  .index-news .index-newsbox .item-right .item-desc { line-height: 18px; height: 36px; }
  .index-news .index-newsbox .item-right .item-pic { width: 140px; }
  .index-news .index-newsbox .item-right .item-date { height: 91px; } }

@media screen and (max-width: 999px) { .index-news .index-newsbox .item-right { width: 100%; max-width: 671px; margin: 0 auto; } }

@media screen and (max-width: 767px) { .index-news .index-newsbox .item-right .item-pic { width: 155px; } }

@media screen and (max-width: 380px) { .index-news .index-newsbox .item-right .item-pic { width: 100%; float: none; margin: 0 auto; }
  .index-news .index-newsbox .item-right .item-box { padding: 10px; }
  .index-news .index-newsbox .item-right .item-title { margin-top: 0; } }

.index-news .index-newsbox .item-pic img { display: block; margin: 0 auto; max-width: 511px; width: 100%; }

.index-news .index-newsbox .item-date { width: 147px; height: 100px; background: url(../images/bg8.png) no-repeat left center; text-align: center; padding-left: 28px; padding-top: 29px; }

.index-news .index-newsbox .item-date, .index-news .index-newsbox .item-date p, .index-news .index-newsbox .item-date i { color: #fff; }

.index-news .index-newsbox .item-date .iconfont { font-size: 15px; font-size: 1.5rem; }

.index-news .index-newsbox .item-date p { line-height: 26px; }

@media screen and (max-width: 550px) { .index-news .index-newsbox .item-date { display: none; } }

.index-news .index-newsbox .item-box { overflow: hidden; padding: 0 10px 0 20px; }

@media screen and (max-width: 767px) { .index-news .index-newsbox .item-box { padding: 0 10px; } }

.index-news .index-newsbox .item-title { margin-top: 16px; font-size: 16px; font-size: 1.6rem; font-weight: bold; line-height: 24px; }

.index-news .index-newsbox .item-title, .index-news .index-newsbox .item-title a { color: #fff; }

@media screen and (max-width: 550px) { .index-news .index-newsbox .item-title { margin-top: 6px; } }

.index-news .index-newsbox .item-date2 { display: none; color: #fff; line-height: 20px; }

.index-news .index-newsbox .item-date2 .iconfont { font-size: 14px; font-size: 1.4rem; margin-right: 5px; }

@media screen and (max-width: 550px) { .index-news .index-newsbox .item-date2 { display: block; } }

.index-news .index-newsbox .item-desc { margin-top: 2px; line-height: 18px; height: 36px; }

.index-news .index-newsbox .item-desc, .index-news .index-newsbox .item-desc a { color: #fff; }

/* index-news end */
/*-------------index end-------------------------------------------------------------------*/
.page_wrap { padding: 30px 0 70px; }

@media screen and (max-width: 1219px) { .page_wrap { padding: 30px 0 70px; } }

@media screen and (max-width: 999px) { .page_wrap { padding: 50px 0 50px; } }

@media screen and (max-width: 767px) { .page_wrap { padding: 30px 0 30px; } }

/*-------------1-1-products start----------------------------------------------------------*/
.main .box-slide { width: 287px; }

@media screen and (max-width: 1219px) { .main .box-slide { width: 260px; } }

@media screen and (max-width: 999px) { .main .box-slide { width: 100%; margin-top: 50px; } }

@media screen and (max-width: 767px) { .main .box-slide { margin-top: 30px; } }

.main .box-main { width: 887px; }

@media screen and (max-width: 1219px) { .main .box-main { width: 680px; } }

@media screen and (max-width: 999px) { .main .box-main { width: 100%; } }

/* .pro1-list start */
.pro1-list { padding-bottom: 20px; }

@media screen and (max-width: 999px) { .pro1-list { padding-bottom: 10px; } }

.pro1-list .list-item { float: left; width: 32.13078%; margin-left: 1.80383%; margin-bottom: 20px; overflow: hidden; border-radius: 20px 0 0 0; position: relative; }

.pro1-list .list-item:hover .item-subt { bottom: -999px; }

.pro1-list .list-item:hover .item-body { bottom: 0; }

@media screen and (max-width: 999px) { .pro1-list .list-item { width: 31.33%; margin: 0 1% 20px; } }

@media screen and (max-width: 600px) { .pro1-list .list-item { width: 48%; } }

@media screen and (max-width: 380px) { .pro1-list .list-item { width: 98%; } }

.pro1-list .item-pic img { display: block; max-width: 390px; margin: 0 auto; width: 100%; }

.pro1-list .item-subt { position: absolute; left: 0; bottom: 0; width: 100%; background-color: #1976D2; background-color: rgba(25, 118, 210, 0.8); text-align: center; padding: 27px 10px 24px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; font-size: 18px; font-size: 1.8rem; }

.pro1-list .item-subt, .pro1-list .item-subt a, .pro1-list .item-subt a:hover { color: #fff !important; }

.pro1-list .item-subt a { display: inline; }

.pro1-list .item-subt input { margin-right: 10px; }

@media screen and (max-width: 999px) { .pro1-list .item-subt { display: none; } }

.pro1-list .item-body { position: absolute; bottom: -999px; left: 0; width: 100%; background-color: #1976D2; background-color: rgba(25, 118, 210, 0.8); text-align: center; padding: 20px 10px 21px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.pro1-list .item-body:hover { background-color: #000; }

@media screen and (max-width: 999px) { .pro1-list .item-body { padding: 15px 10px; position: relative; bottom: auto; } }

.pro1-list .item-title { font-size: 18px; font-size: 1.8rem; }

.pro1-list .item-title, .pro1-list .item-title a, .pro1-list .item-title a:hover { color: #fff !important; }

@media screen and (max-width: 999px) { .pro1-list .item-title { font-size: 16px; font-size: 1.6rem; } }

.pro1-list .item-btnbox { margin-top: 17px; text-align: center; }

.pro1-list .item-btnbox input { vertical-align: middle; margin-right: 26px; }

@media screen and (max-width: 1219px) { .pro1-list .item-btnbox { margin-top: 15px; }
  .pro1-list .item-btnbox input { margin-right: 10px; } }

@media screen and (max-width: 767px) { .pro1-list .item-btnbox { margin-top: 10px; }
  .pro1-list .item-btnbox input { margin-right: 5px; } }

.pro1-list .item-btn { text-align: center; display: inline-block; min-width: 99px; line-height: 22px; padding: 3px 10px; border-radius: 15px; border: solid 1px #fff; color: #fff; font-size: 14px; font-size: 1.4rem; }

/* .pro1-list end */
.proslide { margin-bottom: 19px; }

.proslide .slide-title { display: none; font-size: 20px; font-size: 2rem; font-family: "Impact"; text-align: center; text-transform: uppercase; background-color: #1976D2; margin-bottom: 3px; position: relative; }

.proslide .slide-title, .proslide .slide-title a { color: #fff; }

.proslide .slide-title a { display: block; padding: 7px 40px; line-height: 26px; }

.proslide .slide-title:hover { background-color: #333; }

.proslide .slide-title:hover, .proslide .slide-title:hover a { color: #fff; }

.proslide .slide-title.slide-title1 { display: none; }

@media screen and (max-width: 767px) { .proslide .slide-title { display: block; } }

.slidenav-list { /* @media screen and (max-width:767px) { display: none; } */ }

.slidenav-list > li { margin-bottom: 4px; }

.slidenav-list > li > a { width: 100%; font-size: 16px; font-size: 1.6rem; color: #000; line-height: 24px; padding: 17px 35px 17px 12px; background-color: #f1f1f1; display: block; position: relative; }

@media screen and (max-width: 999px) { .slidenav-list > li > a { padding-top: 12px; padding-bottom: 12px; } }

@media screen and (max-width: 767px) { .slidenav-list > li > a { padding-top: 8px; padding-bottom: 8px; } }

.slidenav-list > li > a:after { position: absolute; content: ''; width: 16px; height: 16px; right: 14px; top: 22px; background: url(../images/snav1.png) no-repeat center; }

@media screen and (max-width: 999px) { .slidenav-list > li > a:after { top: 17px; } }

@media screen and (max-width: 767px) { .slidenav-list > li > a:after { top: 13px; } }

.slidenav-list > li:hover > a, .slidenav-list > li.snav-active > a { background-color: #1976D2 !important; color: #FFFFFF; }

.slidenav-list > li:hover > a:after, .slidenav-list > li.snav-active > a:after { background-image: url(../images/snav1_1.png) !important; }

.snav-yiji { padding: 13px 0 28px; background-color: #F7F7F7; }

.snav-yiji > li > a { display: block; font-size: 14px; font-size: 1.4rem; line-height: 24px; color: #212121; padding: 5px 10px 5px 53px; }

.snav-yiji > li > a .iconfont { font-size: 16px; font-size: 1.6rem; color: #000; margin-right: 15px; }

@media screen and (max-width: 999px) { .snav-yiji > li > a { padding-left: 15px; } }

.snav-yiji > li:hover > a, .snav-yiji > li.snav-active1 > a { color: #1976D2 !important; }

.snav-yiji > li:hover > a .iconfont, .snav-yiji > li.snav-active1 > a .iconfont { color: #1976D2; }

.snav-erji { padding: 5px 0; }

.snav-erji > li > a { display: block; padding: 3px 10px 3px 84px; line-height: 24px; color: #666; }

@media screen and (max-width: 999px) { .snav-erji > li > a { padding-left: 46px; } }

.snav-erji > li:hover > a, .snav-erji > li.snav-active2 > a { color: #1976D2 !important; }

.s-title { font-size: 16px; font-size: 1.6rem; text-transform: uppercase; }

.s-title, .s-title a, .s-title span { color: #fff; }

.s-title a, .s-title span { display: block; line-height: 24px; padding: 17px 10px; text-align: center; background-color: #1976D2; }

.s-title a:hover { background-color: #FF8C00; }

@media screen and (max-width: 767px) { .s-title a, .s-title span { padding: 8px 10px; } }

.tags-slide { margin-bottom: 32px; }

.tags-slide .item-desc { font-size: 0; letter-spacing: 0; }

.tags-slide .item-desc a { display: inline-block; vertical-align: top; font-size: 14px; font-size: 1.4rem; line-height: 22px; padding: 3px 14px; border: solid 1px #1976D2; margin: 13px 13px 0 0; color: #1976D2; }

.tags-slide .item-desc a:hover { background-color: #1976D2; color: #fff; }

.news-slide .box-list { font-size: 0; letter-spacing: 0; }

.news-slide .box-list .list-item { margin-top: 15px; position: relative; display: inline-block; vertical-align: top; }

@media screen and (max-width: 999px) { .news-slide .box-list .list-item { width: 31.33%; margin: 15px 1% 0; } }

@media screen and (max-width: 500px) { .news-slide .box-list .list-item { width: 48%; } }

.news-slide .box-list .item-pic img { display: block; margin: 0 auto; max-width: 510px; width: 100%; }

.news-slide .box-list .item-title { position: absolute; bottom: 0; left: 0; width: 100%; font-size: 14px; font-size: 1.4rem; text-align: center; }

.news-slide .box-list .item-title, .news-slide .box-list .item-title a { color: #fff; }

.news-slide .box-list .item-title a { line-height: 24px; padding: 13px 10px; background-color: #333; background-color: rgba(51, 51, 51, 0.7); }

.news-slide .box-list .item-title a:hover { background-color: #1976D2; color: #fff !important; }

@media screen and (max-width: 767px) { .news-slide .box-list .item-title a { padding: 3px 5px; } }

/*-------------1-1-products end------------------------------------------------------------*/
/*-------------1-2-products start----------------------------------------------------------*/
.pro2-box .m-propic { margin: 0 auto; width: 499px; float: left; }

.pro2-box .m-propic .pic-big { position: relative; float: left; width: 390px; }

.pro2-box .m-propic .big-img { display: block; line-height: 0; font-size: 0; border-radius: 0; border: 0 solid #ccc; }

.pro2-box .m-propic .big-img .zoomPad { float: none; z-index: 8; }

.pro2-box .m-propic .big-img .zoomPad img { border-radius: 0; }

.pro2-box .m-propic .zoomWrapperImage img { max-width: 1200px; }

.pro2-box .m-propic .pic-small { position: relative; float: right; width: 92px; }

.pro2-box .m-propic .pic-btn { z-index: 2; position: absolute; left: 0; width: 100%; text-align: center; width: 36px; height: 14px; line-height: 14px; left: 50%; margin-left: -18px; background-color: #1976D2; background-color: rgba(25, 118, 210, 0.7); }

.pro2-box .m-propic .pic-btn:hover { background-color: #FF8C00; background-color: rgba(255, 140, 0, 0.7); }

.pro2-box .m-propic .pic-btn .iconfont { font-size: 12px; font-size: 1.2rem; color: #fff; display: block; }

.pro2-box .m-propic .pic-btn.prev { top: 0; }

.pro2-box .m-propic .pic-btn.next { bottom: 0; }

.pro2-box .m-propic .pic-list { height: 395px; overflow: hidden; }

.pro2-box .m-propic .pic-list ul { height: 2000px; }

.pro2-box .m-propic .pic-list .list-item { margin-bottom: 9px; overflow: visible; padding-left: 0; }

.pro2-box .m-propic .pic-list .item-pics { display: block; border-radius: 0; border: 1px solid transparent; position: relative; overflow: hidden; }

.pro2-box .m-propic .pic-list .item-pics img { width: 100%; display: block; cursor: pointer;}

.pro2-box .m-propic .item-pics:hover, .pro2-box .m-propic .item-pics.zoomThumbActive { border-color: #1976D2; }

.pro2-box .m-propic2 { display: none; }

@media screen and (max-width: 1219px) { .pro2-box { /*.m-propic .pic-small { width: 110px; } .m-propic .pic-list { height: 444px; } .m-propic .list-item { margin-bottom: 40px; } */ }
  .pro2-box .zoomPad { cursor: default !important; }
  .pro2-box .zoomPup { display: none !important; }
  .pro2-box .zoomWindow { display: none !important; }
  .pro2-box .zoomPreload { display: none !important; }
  .pro2-box .m-propic { max-width: 100%; float: none; margin: 0 auto; }
  .pro2-box .m-propic .pic-big { height: auto; } }

@media screen and (max-width: 767px) { .pro2-box .m-propic1 { display: none; }
  .pro2-box .m-propic2 { position: relative; display: block; overflow: hidden; width: 100%; padding-left: 30px; padding-right: 30px; }
  .pro2-box .m-propic2 .box-btn { position: absolute; top: 50%; margin-top: -12px; display: block; width: 24px; height: 24px; }
  .pro2-box .m-propic2 .box-btn .iconfont { font-size: 24px; font-size: 2.4rem; color: #1976D2; }
  .pro2-box .m-propic2 .box-btn .iconfont:hover { color: #FF8C00; }
  .pro2-box .m-propic2 .box-btn.prev { left: 0; }
  .pro2-box .m-propic2 .box-btn.next { right: 0; }
  .pro2-box .m-propic2 .box-list { overflow: hidden; }
  .pro2-box .m-propic2 .box-list ul { width: 1000%; }
  .pro2-box .m-propic2 .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width: 3.13%; border-radius: 0; border: 0 solid #ccc; overflow: hidden; }
  .pro2-box .m-propic2 .list-item img { display: block; } }

@media only screen and (max-width: 640px) { .pro2-box .m-propic2 .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width: 4.8%; } }

@media only screen and (max-width: 480px) { .pro2-box .m-propic2 .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width: 9.8%; } }

.pro2-info { float: left; margin-left: 16px; width: 640px; }

@media screen and (max-width: 1219px) { .pro2-info { width: 100%; float: none; margin: 30px auto 0; } }

.pro2-info .item-title { margin-top: -4px; font-size: 18px; font-size: 1.8rem; font-weight: bold; color: #212121; line-height: 26px; margin-bottom: 6px; }

@media screen and (max-width: 1219px) { .pro2-info .item-title { margin-top: 0; } }

.pro2-info .item-desc { border-top: solid 4px #F9F9F9; padding: 13px 0; font-size: 14px; font-size: 1.4rem; line-height: 30px; font-family: Verdana, Geneva, Tahoma, sans-serif; min-height: 273px; }

.pro2-info .item-desc p { min-height: 30px; }

.pro2-info .item-desc, .pro2-info .item-desc a { color: #333; }

@media screen and (max-width: 1219px) { .pro2-info .item-desc { min-height: auto; } }

@media screen and (max-width: 767px) { .pro2-info .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .pro2-info .item-desc p { min-height: 24px; } }

.pro2-info .pro-share { margin-bottom: 16px; }

.pro2-info .item-btns { font-size: 0; letter-spacing: 0; }

.pro2-info .item-btns .item-btn { display: inline-block; vertical-align: top; font-size: 16px; font-size: 1.6rem; min-width: 141px; height: 40px; line-height: 40px; background: url(../images/btn4.png) no-repeat right top; background-size: 100% 100%; color: #1976D2; padding: 0 42px 0 10px; font-family: "Impact"; text-transform: uppercase; text-align: center; margin-bottom: 10px; }

.pro2-info .item-btns .item-btn:first-child { margin-right: 19px; }

.pro2-info .item-btns .item-btn:hover { background-image: url(../images/btn1.png); color: #fff; }

@media screen and (max-width: 767px) { .pro2-info .item-btns .item-btn { font-size: 14px; font-size: 1.4rem; } }

.pro2-title { font-weight: bold; text-transform: capitalize; font-size: 20px; font-size: 2.0rem; border-bottom: solid 1px #DBD6D6; position: relative; padding-bottom: 21px; }

.pro2-title a:hover { color: #1976D2; }

.pro2-title span { color: #1976D2; }

@media screen and (max-width: 767px) { .pro2-title { padding-bottom: 10px; } }

.pro2-spec { margin-top: 63px; }

@media screen and (max-width: 999px) { .pro2-spec { margin-top: 50px; } }

@media screen and (max-width: 767px) { .pro2-spec { margin-top: 30px; } }

.pro2-spec .item-body { padding: 19px 0 27px; font-size: 14px; font-size: 1.4rem; line-height: 30px; }

.pro2-spec .item-body p { min-height: 30px; }

.pro2-spec .item-body, .pro2-spec .item-body a { color: #555; }

.pro2-spec .item-body img, .pro2-spec .item-body iframe { max-width: 100%; }

@media screen and (max-width: 999px) { .pro2-spec .item-body { padding: 35px 0 50px; } }

@media screen and (max-width: 767px) { .pro2-spec .item-body { padding: 20px 0; font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .pro2-spec .item-body p { min-height: 24px; } }

.pro2-tags { margin-bottom: 45px; font-size: 16px; font-size: 1.6rem; line-height: 24px; }

.pro2-tags, .pro2-tags a { color: #1976D2; }

.pro2-tags a { display: inline-block; margin-right: 16px; }

.pro2-tags a:hover { color: #000; }

@media screen and (max-width: 767px) { .pro2-tags { margin-bottom: 30px; font-size: 14px; font-size: 1.4rem; } }

.pro2-related { margin-top: 20px; }

.pro2-related .box-list .list-item { float: left; width: 23.75%; margin-left: 1.66667%; margin-top: 30px; overflow: hidden; border-radius: 20px 0 0 0; position: relative; }

@media screen and (max-width: 999px) { .pro2-related .box-list .list-item { width: 23%; margin: 20px 1% 0; } }

@media screen and (max-width: 640px) { .pro2-related .box-list .list-item { width: 48%; } }

@media screen and (max-width: 380px) { .pro2-related .box-list .list-item { width: 98%; } }

.pro2-related .box-list .item-pic img { display: block !important; max-width: 390px; margin: 0 auto; width: 100%; }

.pro2-related .box-list .item-title { position: absolute; left: 0; bottom: 0; width: 100%; background-color: #1976D2; background-color: rgba(25, 118, 210, 0.8); text-align: center; padding: 27px 10px 24px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; font-size: 18px; font-size: 1.8rem; }

.pro2-related .box-list .item-title, .pro2-related .box-list .item-title a { color: #fff; }

.pro2-related .box-list .item-title a:hover { color: #000 !important; }

@media screen and (max-width: 999px) { .pro2-related .box-list .item-title { font-size: 16px; font-size: 1.6rem; padding: 15px 10px; } }

@media screen and (max-width: 767px) { .pro2-related .box-list .item-title { font-size: 14px; font-size: 1.4rem; padding: 10px 10px; } }

/*-------------1-2-products end------------------------------------------------------------*/
/*-------------2-1-Special Custom start----------------------------------------------------*/
.cus1-list { margin-top: -45px; padding-bottom: 10px; }

@media screen and (max-width: 999px) { .cus1-list { margin-top: -30px; } }

@media screen and (max-width: 767px) { .cus1-list { margin-top: 0; } }

.cus1-list .list-item { text-align: center; border-top: solid 12px #F9F9F9; padding: 60px 0 58px; }

.cus1-list .list-item:first-child { border-top: 0; }

@media screen and (max-width: 999px) { .cus1-list .list-item { padding: 50px 0; } }

@media screen and (max-width: 767px) { .cus1-list .list-item { padding: 30px 0; } }

.cus1-list .item-title { font-size: 24px; font-size: 2.4rem; text-transform: uppercase; text-align: center; max-width: 710px; margin: 0 auto; }

@media screen and (max-width: 999px) { .cus1-list .item-title { font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 767px) { .cus1-list .item-title { font-size: 16px; font-size: 1.6rem; } }

.cus1-list .item-desc { max-width: 710px; margin: 10px auto 0; text-align: center; font-size: 14px; font-size: 1.4rem; line-height: 24px; height: 48px; }

.cus1-list .item-desc, .cus1-list .item-desc a { color: #757575; }

.cus1-list .img-list { font-size: 0; letter-spacing: 0; max-width: 981px; margin: 0 auto; text-align: left; }

.cus1-list .img-list .item-pic { display: inline-block; vertical-align: top; width: 32.11009%; margin-left: 1.83486%; margin-top: 59px; }

@media screen and (max-width: 999px) { .cus1-list .img-list .item-pic { width: 31.33%; margin: 30px 1% 0; } }

@media screen and (max-width: 600px) { .cus1-list .img-list .item-pic { width: 48%; margin-top: 15px; } }

.cus1-list .item-btn { margin-top: 50px; display: inline-block; min-width: 157px; height: 48px; line-height: 48px; background: url(../images/btn3.png) no-repeat right center; background-size: 100% 100%; font-size: 18px; font-size: 1.8rem; font-family: "Impact"; color: #757575; padding: 0 50px 0 10px; text-transform: uppercase; }

.cus1-list .item-btn:hover { color: #fff; background-image: url(../images/btn5.png); }

@media screen and (max-width: 767px) { .cus1-list .item-btn { margin-top: 30px; font-size: 16px; font-size: 1.6rem; min-width: 140px; height: 40px; line-height: 40px; } }

/*-------------2-1-Special Custom end------------------------------------------------------*/
/*-------------2-2-Special Custom start----------------------------------------------------*/
.cus2-main > .item-title { font-size: 24px; font-size: 2.4rem; text-align: center; color: #212121; text-transform: uppercase; }

@media screen and (max-width: 767px) { .cus2-main > .item-title { font-size: 18px; font-size: 1.8rem; } }

.cus2-main .item-date { margin-top: 7px; font-size: 0; letter-spacing: 0; text-align: center; }

.cus2-main .item-date .iconfont { color: #1976D2; margin-right: 4px; font-weight: bold; font-size: 15px; font-size: 1.5rem; }

.cus2-main .item-date > span { font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-right: 10px; color: #555; display: inline-block; vertical-align: top; }

.cus2-main .item-date .pro-share { display: inline-block; vertical-align: top; }

.cus2-main .item-date .pro-share .share-title { color: #555; }

.cus2-main .item-body { margin-bottom: 10px; border-top: solid 4px #F9F9F9; border-bottom: solid 4px #F9F9F9; margin-top: 28px; font-size: 14px; font-size: 1.4rem; line-height: 26px; padding: 24px 0 36px; }

.cus2-main .item-body p { min-height: 26px; }

.cus2-main .item-body img, .cus2-main .item-body iframe { max-width: 100%; }

.cus2-main .item-body, .cus2-main .item-body a { color: #757575; }

@media screen and (max-width: 999px) { .cus2-main .item-body { padding: 30px 0; } }

@media screen and (max-width: 767px) { .cus2-main .item-body { padding: 20px 0; line-height: 24px; }
  .cus2-main .item-body p { min-height: 24px; } }

/*-------------2-2-Special Custom end------------------------------------------------------*/
/*-------------3-1-case start--------------------------------------------------------------*/
.case1-list { padding-top: 20px; padding-bottom: 30px; }

@media screen and (max-width: 999px) { .case1-list { padding-bottom: 20px; } }

@media screen and (max-width: 767px) { .case1-list { padding-bottom: 10px; padding-top: 10px; } }

.case1-list li { float: left; width: 32.5%; margin-left: 1.25%; margin-bottom: 50px; overflow: hidden; border-radius: 20px 0 0 0; }

@media screen and (max-width: 999px) { .case1-list li { width: 31.33%; margin: 0 1%  30px; } }

@media screen and (max-width: 767px) { .case1-list li { width: 48%; margin: 0 1%  30px; } }

@media screen and (max-width: 400px) { .case1-list li { width: 98%; } }

.case1-list li.item2 .item-body, .case1-list li.item5 .item-body, .case1-list li.item8 .item-body { border-bottom-color: #FF8C00; }

.case1-list .item-pic { position: relative; overflow: hidden; border-radius: 20px 0 0 0; }

.case1-list .item-pic img { display: block; width: 100%; max-width: 400px; margin: 0 auto; }

.case1-list .item-pic:hover .item-backdrop { top: 0; }

.case1-list .item-backdrop { background-color: #272621; background-color: rgba(39, 38, 33, 0.6); position: absolute; top: 999px; bottom: 0; left: 0; width: 100%; }

.case1-list .item-backdrop .iconfont { font-size: 48px; font-size: 4.8rem; color: #fff; position: absolute; top: 50%; left: 50%; margin: -24px 0 0 -24px; }

@media screen and (max-width: 999px) { .case1-list .item-backdrop { display: none; } }

.case1-list .item-body { border-bottom: solid 10px #212121; padding-top: 23px; padding-bottom: 30px; }

@media screen and (max-width: 999px) { .case1-list .item-body { padding: 15px 0 20px; } }

@media screen and (max-width: 767px) { .case1-list .item-body { border-bottom-width: 5px; } }

.case1-list .item-title { font-weight: bold; font-size: 24px; font-size: 2.4rem; }

.case1-list .item-title, .case1-list .item-title a { color: #1F1E19;font-size: 20px;}

@media screen and (max-width: 1219px) { .case1-list .item-title { font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 999px) { .case1-list .item-title { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 767px) { .case1-list .item-title { font-size: 16px; font-size: 1.6rem; } }

.case1-list .item-desc { margin-top: 16px; font-size: 18px; font-size: 1.8rem; line-height: 30px; height: 96px; }

.case1-list .item-desc, .case1-list .item-desc a { color: #272621; text-indent: 2em;}

@media screen and (max-width: 1219px) { .case1-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 26px; height: 78px; } }

@media screen and (max-width: 999px) { .case1-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; height: 72px; margin-top: 10px; } }

@media screen and (max-width: 767px) { .case1-list .item-desc { line-height: 20px; height: 60px; } }

/*-------------3-1-case end----------------------------------------------------------------*/
/*-------------3-2-case start--------------------------------------------------------------*/
/*-------------3-2-case end----------------------------------------------------------------*/
/*-------------4-about start---------------------------------------------------------------*/
.about-main .box-top { padding-top: 35px; padding-bottom: 40px; }

@media screen and (max-width: 999px) { .about-main .box-top { padding-top: 0; } }

@media screen and (max-width: 767px) { .about-main .box-top { padding: 0 0 30px; } }

.about-main .box-top .item-pic { position: relative; z-index: 2; float: right; width: 53.58333%; margin-left: 2.5%; overflow: hidden; }

.about-main .box-top .item-pic img { display: block; margin: 0 auto; max-width: 643px; width: 100%; }

@media screen and (max-width: 767px) { .about-main .box-top .item-pic { float: none; width: 100%; max-width: 643px; margin: 0 auto 20px; } }

.about-main .box-top .item-body { position: relative; }

.about-main .box-top .item-body:before { position: absolute; content: 'Company Profile'; font-family: "Impact"; color: #f9f9f9; font-size: 78px; font-size: 7.8rem; top: -3px; }

@media screen and (max-width: 1219px) { .about-main .box-top .item-body:before { font-size: 66px; font-size: 6.6rem; top: 0; } }

@media screen and (max-width: 999px) { .about-main .box-top .item-body:before { font-size: 50px; font-size: 5rem; } }

@media screen and (max-width: 767px) { .about-main .box-top .item-body:before { font-size: 40px; font-size: 4rem; } }

.about-main .box-top .item-title { padding-top: 28px; color: #212121; font-weight: bold; font-size: 36px; font-size: 3.6rem; padding-bottom: 33px; position: relative; z-index: 2; margin-left: 10px; }

.about-main .box-top .item-title:after { position: absolute; content: ''; width: 158px; height: 4px; background-color: #1976D2; left: 0; bottom: 0; }

@media screen and (max-width: 1219px) { .about-main .box-top .item-title { font-size: 32px; font-size: 3.2rem; } }

@media screen and (max-width: 999px) { .about-main .box-top .item-title { font-size: 28px; font-size: 2.8rem; padding-bottom: 15px; padding-top: 18px; }
  .about-main .box-top .item-title:after { width: 140px; } }

@media screen and (max-width: 767px) { .about-main .box-top .item-title { margin-left: 0; font-size: 24px; font-size: 2.4rem; padding-bottom: 10px; padding-top: 15px; }
  .about-main .box-top .item-title:after { width: 110px; } }

.about-main .box-top .item-desc { position: relative; z-index: 2; margin-top: 34px; font-size: 16px; font-size: 1.6rem; line-height: 28px; text-indent: 2em;}

.about-main .box-top .item-desc p { min-height: 28px; }

.about-main .box-top .item-desc, .about-main .box-top .item-desc a { color: #212121; }

.about-main .box-top .item-desc img, .about-main .box-top .item-desc iframe { max-width: 100%; }

.about-main .box-top .item-desc .blank { min-height: 86px; }

@media screen and (max-width: 1219px) { .about-main .box-top .item-desc { margin-top: 30px; } }

@media screen and (max-width: 999px) { .about-main .box-top .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 26px; }
  .about-main .box-top .item-desc p { min-height: 26px; }
  .about-main .box-top .item-desc .blank { min-height: 26px; } }

@media screen and (max-width: 767px) { .about-main .box-top .item-desc { margin-top: 20px; line-height: 24px; }
  .about-main .box-top .item-desc p { min-height: 24px; }
  .about-main .box-top .item-desc .blank { min-height: 24px; } }

.about-main .box-fac .box-title { text-align: center; color: #212121; font-weight: bold; font-size: 36px; font-size: 3.6rem; padding-bottom: 33px; position: relative; }

.about-main .box-fac .box-title:before { position: absolute; content: ''; width: 92px; height: 4px; background-color: #1976D2; left: 50%; margin-left: -46px; bottom: 0; }

@media screen and (max-width: 1219px) { .about-main .box-fac .box-title { font-size: 32px; font-size: 3.2rem; } }

@media screen and (max-width: 999px) { .about-main .box-fac .box-title { font-size: 28px; font-size: 2.8rem; padding-bottom: 20px; } }

@media screen and (max-width: 767px) { .about-main .box-fac .box-title { font-size: 24px; font-size: 2.4rem; padding-bottom: 10px; } }

.about-main .box-fac .img-item { font-size: 0; letter-spacing: 0; padding-top: 26px; }

@media screen and (max-width: 999px) { .about-main .box-fac .img-item { padding-top: 20px; } }

.about-main .box-fac .img-item .item-pic { display: inline-block; vertical-align: top; width: 32.25%; margin-left: 1.625%; margin-top: 10px; }

.about-main .box-fac .img-item .item-pic img { display: block; margin: 0 auto; width: 100%; max-width: 387px; }

@media screen and (max-width: 500px) { .about-main .box-fac .img-item .item-pic { width: 48%; margin: 10px 1% 0 !important; } }

.about-main .box-fac .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 28px; }

.about-main .box-fac .item-desc p { min-height: 28px; text-indent: 2em;}

.about-main .box-fac .item-desc, .about-main .box-fac .item-desc a { color: #212121; }

.about-main .box-fac .item-desc img, .about-main .box-fac .item-desc iframe { max-width: 100%; }

@media screen and (max-width: 999px) { .about-main .box-fac .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 26px; }
  .about-main .box-fac .item-desc p { min-height: 26px; } }

@media screen and (max-width: 767px) { .about-main .box-fac .item-desc { line-height: 24px; }
  .about-main .box-fac .item-desc p { min-height: 24px; } }

/*-------------4-about end-----------------------------------------------------------------*/
/*-------------5-1-news start--------------------------------------------------------------*/
.news1-list { padding-bottom: 38px; }

@media screen and (max-width: 767px) { .news1-list { padding-bottom: 25px; } }

.news1-list .list-item { background-color: #F9F9F9; margin-bottom: 14px; }

.news1-list .item-pic { width: 155px; }

.news1-list .item-pic img { display: block; margin: 0 auto; max-width: 511px; width: 100%; }

@media screen and (max-width: 380px) { .news1-list .item-pic { width: 100%; float: none; margin: 0 auto; } }

.news1-list .item-date { width: 147px; height: 100px; background: url(../images/bg8.png) no-repeat left center; text-align: center; padding-left: 35px; padding-top: 33px; }

.news1-list .item-date, .news1-list .item-date p, .news1-list .item-date i { color: #fff; }

.news1-list .item-date .iconfont { font-size: 15px; font-size: 1.5rem; }

.news1-list .item-date p { line-height: 26px; }

@media screen and (max-width: 550px) { .news1-list .item-date { display: none; } }

.news1-list .item-box { overflow: hidden; padding: 0 10px 0 20px; }

@media screen and (max-width: 767px) { .news1-list .item-box { padding: 0 10px; } }

@media screen and (max-width: 380px) { .news1-list .item-box { padding: 10px; } }

.news1-list .item-title { margin-top: 13px; font-size: 16px; font-size: 1.6rem; line-height: 24px; }

.news1-list .item-title, .news1-list .item-title a { color: #1976D2; }

@media screen and (max-width: 550px) { .news1-list .item-title { margin-top: 6px; } }

.news1-list .item-date2 { display: none; color: #333; line-height: 20px; font-size: 12px; font-size: 1.2rem; }

.news1-list .item-date2 .iconfont { font-size: 14px; font-size: 1.4rem; margin-right: 5px; }

@media screen and (max-width: 550px) { .news1-list .item-date2 { display: block; } }

.news1-list .item-desc { margin-top: 2px; line-height: 24px; height: 48px; }

.news1-list .item-desc, .news1-list .item-desc a { color: #333; }

@media screen and (max-width: 550px) { .news1-list .item-desc { line-height: 18px; height: 36px; } }

/*-------------5-1-news end----------------------------------------------------------------*/
/*-------------5-2-news start--------------------------------------------------------------*/
.news2-main > .item-title { font-size: 20px; font-size: 2.0rem; font-weight: bold; text-align: center; color: #555; }

@media screen and (max-width: 767px) { .news2-main > .item-title { font-size: 18px; font-size: 1.8rem; } }

.news2-main .item-date { margin-top: 11px; font-size: 0; letter-spacing: 0; text-align: center; }

.news2-main .item-date .iconfont { color: #1976D2; margin-right: 4px; font-weight: bold; font-size: 15px; font-size: 1.5rem; }

.news2-main .item-date > span { font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-right: 10px; color: #555; display: inline-block; vertical-align: top; }

.news2-main .item-date .pro-share { display: inline-block; vertical-align: top; }

.news2-main .item-date .pro-share .share-title { color: #555; }

.news2-main .item-body { border-top: solid 4px #F9F9F9; border-bottom: solid 4px #F9F9F9; margin-top: 19px; font-size: 14px; font-size: 1.4rem; line-height: 26px; padding: 35px 0 36px; }

.news2-main .item-body p { min-height: 26px; text-indent: 2em;}

.news2-main .item-body img, .news2-main .item-body iframe { max-width: 100%; display: inherit;  }

.news2-main .item-body, .news2-main .item-body a { color: #555; }

@media screen and (max-width: 999px) { .news2-main .item-body { padding: 30px 0; } }

@media screen and (max-width: 767px) { .news2-main .item-body { padding: 20px 0; line-height: 24px; }
  .news2-main .item-body p { min-height: 24px; } }

/*-------------5-2-news end----------------------------------------------------------------*/
/*-------------6-contact start-------------------------------------------------------------*/
.contact-main { background: url(../images/map.png) no-repeat center -10px; }

@media screen and (max-width: 1219px) { .contact-main { background-size: contain; background-position: center top; } }

.contact-info { font-size: 0; letter-spacing: 0; margin-bottom: 82px; }

@media screen and (max-width: 1219px) { .contact-info { margin-bottom: 70px; } }

@media screen and (max-width: 999px) { .contact-info { margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .contact-info { margin-bottom: 30px; } }

.contact-info .list-item { display: inline-block; vertical-align: top; width: 23.33333%; margin-left: 2.22222%; margin-top: 43px; text-align: center; }

.contact-info .list-item .item-icon { border-radius: 50%; border: solid 1px #1976D2; width: 79px; height: 79px; padding: 9px; margin: 0 auto; }

.contact-info .list-item .item-icon .iconfont { display: block; width: 59px; height: 59px; border-radius: 50%; background-color: #1976D2; color: #fff; line-height: 59px; font-size: 29px; font-size: 2.9rem; }

.contact-info .list-item .item-title { margin-top: 16px; }

.contact-info .list-item .item-title, .contact-info .list-item .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 28px; }

.contact-info .list-item .item-title, .contact-info .list-item .item-title a, .contact-info .list-item .item-desc, .contact-info .list-item .item-desc a { color: #333; }

.contact-info .list-item .item-title a:hover, .contact-info .list-item .item-desc a:hover { color: #1976D2; }

.contact-info .list-item .item-desc { line-height: 22px; margin-top: 5px; }

.contact-info .list-item .add { font-size: 14px; font-size: 1.4rem; }

@media screen and (max-width: 1219px) { .contact-info .list-item { width: 23%; margin-left: 2%; } }

@media screen and (max-width: 999px) { .contact-info .list-item { width: 48%; margin: 30px 1% 0 !important; }
  .contact-info .list-item .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 22px; } }

@media screen and (max-width: 450px) { .contact-info .list-item { width: 98%; }
  .contact-info .list-item .item-icon { width: 60px; height: 60px; padding: 5px; margin: 0 auto; }
  .contact-info .list-item .item-icon .iconfont { display: block; width: 48px; height: 48px; border-radius: 50%; background-color: #1976D2; color: #fff; line-height: 48px; font-size: 20px; font-size: 2rem; } }

/* contact-form start */
.contact-form { /* .item-box{float: left;} */ }

.contact-form .item-top { text-align: center; margin-bottom: 35px; }

@media screen and (max-width: 767px) { .contact-form .item-top { margin-bottom: 20px; } }

.contact-form .item-title { font-size: 36px; font-size: 3.6rem; }

@media screen and (max-width: 999px) { .contact-form .item-title { font-size: 30px; font-size: 3rem; } }

@media screen and (max-width: 767px) { .contact-form .item-title { font-size: 24px; font-size: 2.4rem; } }

.contact-form .item-desc { margin-top: 22px; font-size: 14px; font-size: 1.4rem; line-height: 30px; color: #4D4D4D; }

@media screen and (max-width: 999px) { .contact-form .item-desc { line-height: 26px; } }

@media screen and (max-width: 767px) { .contact-form .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

.contact-form .star1 { position: relative; }

.contact-form .star1:before { position: absolute; content: ' '; width: 7px; height: 7px; background: url(../images/star.png) no-repeat center; left: -15px; top: 50%; margin-top: -3.5px; }

@media screen and (min-width: 1000px){
.contact-form .star2:before{margin-top: 21.5px !important;}}

.contact-form .item-box input, .contact-form .item-box textarea { border: solid 1px #333; color: #333; background-color: #fff; font-size: 14px; font-size: 1.4rem; }

.contact-form .item-box > div { margin-bottom: 18px; position: relative; }

.contact-form .item-box > div .iconfont { font-size: 20px; font-size: 2.0rem; color: #333; line-height: 24px; position: absolute; width: 44px; text-align: center; left: 0; top: 14px; }

.contact-form .item-box input { height: 50px; line-height: 48px; }

@media screen and (max-width: 999px) { .contact-form .item-box input { height: 44px; line-height: 42px; }
  .contact-form .item-box > div .iconfont { font-size: 20px; font-size: 2rem; line-height: 20px; width: 36px; left: 0; top: 15px; } }

@media screen and (max-width: 767px) { .contact-form .item-box input, .contact-form .item-box textarea { font-size: 14px; font-size: 1.4rem; }
  .contact-form .item-box > div { margin-bottom: 15px; }
  .contact-form .item-box > div .iconfont { font-size: 16px; font-size: 1.6rem; line-height: 16px; width: 30px; left: 0; top: 10px; }
  .contact-form .item-box input { height: 34px; line-height: 32px; } }

.contact-form .item-left { width: 495px; padding-left: 16px; padding-right: 0; }

.contact-form .item-left input { width: 100%; padding: 0 10px 0 41px; }

@media screen and (max-width: 1219px) { .contact-form .item-left { width: 480px; } }

@media screen and (max-width: 999px) { .contact-form .item-left { width: 100%; padding-right: 0; }
  .contact-form .item-left input { padding: 0 10px 0 36px; } }

@media screen and (max-width: 767px) { .contact-form .item-left input { padding: 0 10px 0 30px; } }

.contact-form .item-right { margin-right: 5px; width: 660px; padding-left: 16px; }

.contact-form .item-right .textarea:before { top: 23px; }

.contact-form .item-right textarea { width: 100%; height: 188px; line-height: 24px; resize: none; padding: 12px 10px 10px 40px; display: block; }

.contact-form .item-right .code-input { width: 37.57764%; padding: 0 16px; margin-right: 1.08696%; }

.contact-form .item-right .code-img { cursor: pointer; height: 50px; overflow: hidden; }

.contact-form .item-right .code-img img { display: block; max-height: 100%; }

.contact-form .item-right .code-btn { width: 30.74534%; border: 0; background-color: #FF8C00; color: #fff; }

.contact-form .item-right .code-btn:hover { background-color: #1976D2; }

@media screen and (max-width: 1219px) { .contact-form .item-right { margin-right: 0; width: 490px; }
  .contact-form .item-right .code-input { width: 31.0559%; }
  .contact-form .item-right .code-btn { width: 31.0559%; } }

@media screen and (max-width: 999px) { .contact-form .item-right { width: 100%; }
  .contact-form .item-right .item-code.star1:before, .contact-form .item-right .textarea:before { top: 15px; margin-top: 0; }
  .contact-form .item-right textarea { height: 150px; padding: 8px 10px 10px 36px; }
  .contact-form .item-right .code-input { width: 50%; margin-bottom: 20px; }
  .contact-form .item-right .code-img { height: 44px; }
  .contact-form .item-right .code-btn { width: 100%; } }

@media screen and (max-width: 767px) { .contact-form .item-right .item-code.star:before, .contact-form .item-right .textarea:before { top: 13px; margin-top: 0; }
  .contact-form .item-right textarea { height: 120px; padding: 3px 10px 10px 30px; }
  .contact-form .item-right .code-input { margin-bottom: 15px; width: -moz-calc(100% - 120px); width: calc(100% - 120px); }
  .contact-form .item-right .code-img { height: 34px; float: right; } }

/* contact-form end */
.map { margin: 27px 0 0; }

.map img { width: 100%; display: block; }

@media screen and (max-width: 767px) { .map { margin: 20px 0 0; } }

/*-------------6-contact end---------------------------------------------------------------*/

/*# sourceMappingURL=3style.css.map */

/*.phone-nav*/
.phone-nav { width: 5px; height: 100%; position: absolute; right: 0; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 999999999999999; cursor: pointer; position: fixed; top: -5px; right: 0; display: block; }

.phone-nav .nav { overflow: hidden; width: 300px; background: rgba(0, 0, 0, 0.8); position: absolute; top: 0; right: 0; display: block; height: auto; overflow: scroll; }

.phone-nav .nav form { margin: 15px auto; width: 258px; height: 26px; border: 1px solid #fff; position: relative; }

.phone-nav .nav form .iptc { -moz-box-sizing: border-box; box-sizing: border-box; padding-left: 15px; background-color: #fff; width: 80%; height: 26px; line-height: 26px; display: block; float: left; }

.phone-nav .nav form .ipsc { width: 20%; height: 26px; line-height: 26px; display: block; float: right; z-index: 1; position: relative; }

.phone-nav .nav form .iconfont { position: absolute; top: 0; right: 0; width: 20%; height: 26px; text-align: center; line-height: 26px; color: #1976D2; z-index: 0; background-color: #fff; }

.phone-nav .nav > ul { display: none; margin-top: 0px; margin-bottom: 0px; overflow: scroll; padding-top: 45px; -ms-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.phone-nav .nav > ul > li { line-height: 40px; font-size: 12px; font-size: 1.2rem; padding-left: 20px; position: relative; }

.phone-nav .addition { width: 20px; height: 20px; position: absolute; right: 15px; top: 10px; background: url("../fonts/shizi.png") no-repeat center center; }

.phone-nav .addition.active { background-image: url("../fonts/yizi.png"); }

.phone-nav .addition.fa:before { margin-right: 5px; color: #fff; padding-left: 0; }

.phone-nav .nav > ul > li > a { margin-right: 40px; color: #fff; font-size: 12px; font-size: 1.2rem; display: block; }

.phone-nav .nav > ul > li > a span { color: #fff; font-size: 12px; font-size: 1.2rem; }

.phone-nav .nav > ul > li .c-show { display: none; width: 100%; }

.phone-nav .nav > ul > li .c-show1 .c-s1 { position: relative; padding-left: 15px; }

.phone-nav .nav > ul > li .c-show1 .c-s1 > a { position: relative; margin-right: 40px; font-size: 12px; font-size: 1.2rem; color: #fff; display: block; padding-top: 8px; padding-bottom: 8px; line-height: 24px; word-break: break-word; }

.phone-nav .nav > ul > li .c-show1 .c-s1 > a span { font-size: 12px; font-size: 1.2rem; color: #fff; }

.phone-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 { position: relative; }

.phone-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 { position: relative; }

.phone-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a { margin-right: 40px; padding-left: 35px; font-size: 12px; font-size: 1.2rem; color: #fff; display: block; padding-top: 8px; padding-bottom: 8px; line-height: 24px; word-break: break-word; }

.phone-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a span { font-size: 12px; font-size: 1.2rem; color: #fff; }

.phone-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 { position: relative; }

.phone-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a { margin-right: 40px; padding-left: 50px; font-size: 12px; font-size: 1.2rem; color: #fff; display: block; padding-top: 8px; padding-bottom: 8px; line-height: 24px; word-break: break-word; }

.phone-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a span { font-size: 12px; font-size: 1.2rem; color: #fff; }

.phone-nav .nav > ul > dl { padding: 20px; }

.phone-nav .nav > ul > dl dd { float: left; margin: 0 2px; }

.phone-nav .menubtn { width: 23px; height: 18px; position: absolute; top: 15px; right: 10px; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 9999; }

.phone-nav .menubtn span { display: block; width: 100%; height: 3px; margin-bottom: 3px; background-color: #ccc; }

.phone-nav .menubtn span.menu-color { background-color: #ccc !important; }

@media screen and (min-width: 768px) { .phone-nav, .menubtn { display: none; } }

/*# sourceMappingURL=4nav.css.map */

.slide { position: relative; }

.slide .carouse { width: 100%; overflow: hidden; position: relative; }

.slide .carouse .slideItem { width: 100%; height: 100%; position: absolute; cursor: pointer; overflow: hidden; }

.slide .carouse .slideItem .banner-img { width: 100%; max-width: none; }

.slide .console { height: 57px; display: inline-block; width: 35px; position: absolute; top: 40%; }

.slide .carousel-control { position: absolute; top: 50%; z-index: 999; margin-top: -31px; display: block; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; width: 62px; height: 62px; line-height: 62px; }

.slide .carousel-control:hover { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); }

.slide .carousel-control:hover .iconfont { color: #1976D2; }

.slide .carousel-control .iconfont { font-size: 62px; font-size: 6.2rem; color: #fff; display: block; }

.slide .carousel-control.left { left: 102px; cursor: pointer; }

.slide .carousel-control.right { right: 102px; cursor: pointer; }

.slide .dotList { position: absolute; width: 100%; bottom: 37px; text-align: center; font-size: 0; letter-spacing: 0; }

.slide .dotList li { display: inline-block; cursor: pointer; vertical-align: top; margin: 0 13px; border: none; outline: none; width: 24px; height: 24px; line-height: 24px; background-color: #000; border-radius: 50%; color: #fff; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size: 14px; font-size: 1.4rem; }

.slide .dotList li.active { background-color: #1976D2; }

@media screen and (max-width: 999px) { .slide .carousel-control { display: none; }
  .slide .dotList { bottom: 15px; }
  .slide .dotList li { margin: 0 4px; } }

@media screen and (max-width: 767px) { .slide .dotList { bottom: 10px; }
  .slide .dotList li { margin: 0 3px; font-size: 12px; font-size: 1.2rem; width: 20px; height: 20px; line-height: 20px; } }

/*# sourceMappingURL=5slide5.css.map */

@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}

@keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {

    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}



.jello{
    -webkit-animation-name:jello;
            animation-name:jello;
    -webkit-transform-origin: center;

            transform-origin: center
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}


@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInStable {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  66.666666% {
    opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomInStable {
 0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  66.666666% {
    opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.zoomInStable {
  -webkit-animation-name: zoomInStable;
  animation-name: zoomInStable;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-webkit-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-moz-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}

}

@-o-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-ms-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}

}

@media screen and (min-width:1000px) and (max-width:1219px) {}
@media screen and (max-width:1219px) {}
@media screen and (max-width:999px) {	}
@media screen and (max-width:767px) {	}

@font-face {
    font-family: 'Impact';
    src: url('../fonts/Impact.eot');
    src: url('../fonts/Impact.eot') format('embedded-opentype'),
         url('../fonts/Impact.woff2') format('woff2'),
         url('../fonts/Impact.woff') format('woff'),
         url('../fonts/Impact.ttf') format('truetype'),
         url('../fonts/Impact.svg#Impact') format('svg');
}
@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot?t=1576564678232'); /* IE9 */
  src: url('../fonts/iconfont.eot?t=1576564678232#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
  url('../fonts/iconfont.woff?t=1576564678232') format('woff'),
  url('../fonts/iconfont.ttf?t=1576564678232') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../fonts/iconfont.svg?t=1576564678232#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-zhengpinbaozhangduigou:before {
  content: "\e628";
}

.icon-sousuo2:before {
  content: "\e627";
}

.icon-jiahao:before {
  content: "\e61f";
}

.icon-instagram:before {
  content: "\e66e";
}

.icon-jiahao1:before {
  content: "\e980";
}

.icon-icon_phone_fill:before {
  content: "\ebad";
}

.icon-linkedin:before {
  content: "\e666";
}

.icon-facebook:before {
  content: "\e667";
}

.icon-twitter:before {
  content: "\e66a";
}

.icon-youtube:before {
  content: "\e66c";
}

.icon-pinterest:before {
  content: "\e66d";
}

.icon-linkedin1:before {
  content: "\e669";
}

.icon-insgram:before {
  content: "\e66b";
}

.icon-facebook1:before {
  content: "\e66f";
}

.icon-pinterest1:before {
  content: "\e670";
}

.icon-youtube1:before {
  content: "\e671";
}

.icon-twitter1:before {
  content: "\e672";
}

.icon-left:before {
  content: "\e708";
}

.icon-right:before {
  content: "\e709";
}

.icon-right2:before {
  content: "\e711";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-left9:before {
  content: "\e72c";
}

.icon-right9:before {
  content: "\e72d";
}

.icon-left14:before {
  content: "\e740";
}

.icon-right14:before {
  content: "\e741";
}

.icon-up16:before {
  content: "\e746";
}

.icon-bottom16:before {
  content: "\e747";
}

.icon-left16:before {
  content: "\e748";
}

.icon-right16:before {
  content: "\e749";
}

.icon-left27:before {
  content: "\e78f";
}

.icon-right27:before {
  content: "\e790";
}

.icon-search5:before {
  content: "\e7b3";
}

.icon-contact:before {
  content: "\e7be";
}

.icon-whatsapp:before {
  content: "\e7bf";
}

.icon-mobile:before {
  content: "\e7c3";
}

.icon-email1:before {
  content: "\e7c4";
}

.icon-tel:before {
  content: "\e7c7";
}

.icon-address:before {
  content: "\e7c2";
}

.icon-email:before {
  content: "\e7c6";
}

.icon-email11:before {
  content: "\e7c5";
}

.icon-skype:before {
  content: "\e7c9";
}

.icon-wechat:before {
  content: "\e7cd";
}

.icon-phone:before {
  content: "\e7cf";
}

.icon-mobile1:before {
  content: "\e7d0";
}

.icon-message:before {
  content: "\e7da";
}

.icon-calendar3:before {
  content: "\e7e1";
}

.icon-top101:before {
  content: "\e7ee";
}

.icon-bottom10:before {
  content: "\e7ef";
}

.icon-left10:before {
  content: "\e7f0";
}

.icon-right10:before {
  content: "\e7f1";
}

.icon-diqiu:before {
  content: "\e629";
}

.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}
.listcart{ width:100%; margin-top:40px;margin-bottom: 40px;}
.listcart a{ background:#fff;display:inline-block;height: 30px; width:200px; line-height: 30px;cursor: pointer;border: none;overflow: hidden;color: #1976D2;cursor: pointer;  border:1px solid #1976D2; padding-left:10px; padding-right:10px; text-align:center; font-size:14px; font-size:1.4rem; margin-left:10px;}
.listcart a:hover{  border:#FF8C00 solid 1px; background:#FF8C00; color:#fff!important;}
@media screen and (max-width:999px){
.listcart a{margin-left:2.5%; margin-right:2.5%; padding-left:0px; padding-right:0px }
.listcart{ width:100%;
}
}
@media screen and (max-width:420px){
.listcart a{ width:95% !important ; float:none; overflow:hidden; margin-bottom:1rem; margin-top:1rem}
}
.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}
.ppp{line-height: 30px;margin-bottom: 20px;margin-top: 20px;}
.map iframe {max-width: 100% !important;}

.xunpanc table tr td a:hover{color: #FF8C00;}

/*.h-follow .bshare-custom.icon-medium-plus .bshare-qzone{background-size: 70%;}
.h-follow .bshare-custom.icon-medium-plus .bshare-sinaminiblog{background-size: 70%;}
.h-follow .bshare-custom.icon-medium-plus .bshare-renren{background-size: 70%;}
.h-follow .bshare-custom.icon-medium-plus .bshare-qqxiaoyou{background-size: 70%;}
.h-follow .bshare-custom.icon-medium-plus .bshare-weixin{background-size: 70%;}*/

.bshare-custom.icon-medium-plus .bshare-qzone{margin-left: 0px !important;}



#newBridge{z-index: 99 !important;}